You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont want it to create new items, I am only using this as a filterable select
It is not about creating a new Item, but since a suggest box can have any type of value, not only strings it is internally deals with suggest options, and it assumes that in case a string value is entered then it need to be converted to a type supported by the suggest box value.
Still I guess clearing the text value of the input element either way wont be an issue.
There's two problems with this code:
if I have typed, but not selected an option, there wont be a selected option so delete wont clear anything
additionally, even though I have selected an item (and get the notification for it), selectedOption is still null
The text was updated successfully, but these errors were encountered: