Combobox list is populating but not rendering when using v-model in an edit form
Hello,
I am using the combobox component in my application. I am working on an edit form and for that I am making a shallow copy of the data using Object.assign. When I go to change the combobox value I click the X to remove the old value then click the down arrow for the list but all I am getting is the value that was in the combobox. I am not getting the other items shown in the list. If I type it in it comes up meaning it is getting the datasource. it is just not displaying everything in the data source. just the one Item that was in the combobox before the edit.
How can I again render the whole options list to get this to work properly
please advise
SIGN IN To post a reply.
5 Replies
BC
Berly Christopher
Syncfusion Team
November 24, 2020 02:25 PM UTC
Hi David,
Greetings from Syncfusion support.
We would like to inform you that, we have resolved the reported issue in the latest version. So, we suggest you to upgrade the Syncfusion product version to the latest version. Still issue persists, please share the issue reproducing sample or code example that will help us to check and proceed further at our end.
Regards,
Berly B.C
DW
David Wisenbaugh
November 25, 2020 01:00 AM UTC
I have updated to the latest version of the components and the issue still persists
with the autofiltering enabled the list will not render when using the v-model to populate the combox
so for me the update did not resolve the issue ..
is t here anything else I need to do to get this to work as it should.
just to let you know i have also removed the autofiltering and the list comes up as expected . when i put it back in the issue returns .
please advise on what to try next
This is also on a custom value combobox I did try to add a onFiltering method but that did not work as well. It only works as expected with the autofiltering turned off .. but I need the filtering aspect in the combobox.
BC
Berly Christopher
Syncfusion Team
November 25, 2020 03:17 PM UTC
Hi David,
Based on the provided information, we have prepared the sample for the ComboBox component. Unfortunately, the reported issue is not occurred at our end. Please find the sample from below.
We suggest you to ensure the above sample and still issue persists, please share any issue reproducing sample or code example that will help us to check and proceed further at our end.
Regards,
Berly B.C
DW
David Wisenbaugh
December 2, 2020 08:36 PM UTC
Here is how I call my custom component for my EDIT screen : <combo-category v-model="selectedAsset.categoryName"/>
Attachment: comboboxExample_fdd4aad9.zip
I use the v-model to give the combobox a pre defined value such as Tools for category
this is coming from a remote data source.
I have created a video showing the issue please look at it and let me know if there is a way to fix this .
remember that this only happens with the autofilter is turned on , with it off it works as expected.
but i need the autofilter functionality
please advise on what to do to get this workiung
Attachment: comboboxExample_fdd4aad9.zip
BC
Berly Christopher
Syncfusion Team
December 7, 2020 12:52 PM UTC
Hi David,
We could not replicate the issue in the below sample. So, please share the issue reproducing sample or modify the provided sample with the reported issue that will help us to check and proceed further at our end.
Regards,
Berly B.C
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
-
DW David Wisenbaugh
- Nov 24, 2020 12:58 AM UTC
- Dec 7, 2020 12:52 PM UTC