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 have explained partial use case above. the actual use case to be able to type free text along with showing pills from selected options (this is selected by typing # , this is separate api call only for # use case).
however in absense of # character we still need to be able to match and autosuggest based on whatever text is typed (these are different options than # ones), which is why i am looking for empty pattern
Hi @yairEO ,
Thank you for this library. I know this issue was reported earlier #163
But i did not understand conclusion on this.
I am using mixed mode to create a search box to support both of below use cases
For this reason, i cant fix my pattern to '#'. empty pattern will suit my usecase better.
I can not have two separate input boxes for above use cases. They need to be the same input element.
Any suggestions on this is highly appreaciated.
Thank you.
The text was updated successfully, but these errors were encountered: