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
It would be useful to have more control on when the popover shows up.
For instance I would prefer not to have suggestions when the input is empty as having a long list of suggestions to shows up immediately is not ideal.
I would also prefer not to show anything when there's no matching suggestion rather then having the no result popover.
Additional Context
Additional details here...
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues and PRs
The text was updated successfully, but these errors were encountered:
I've been working on something very similar to this. I think there is a bug with autocomplete and setting inlineTags to false but that's what I'm using currently. This should be easily modifiable for inline. I'm using the onInputChange event to track the input field and then use styling to hide and show only once the user starts typing. I also keep track of the current autocomplete array and check it myself so that I can hide the window in the case of no results available. Hope this helps.
Feature description
It would be useful to have more control on when the popover shows up.
For instance I would prefer not to have suggestions when the input is empty as having a long list of suggestions to shows up immediately is not ideal.
I would also prefer not to show anything when there's no matching suggestion rather then having the no result popover.
Additional Context
Additional details here...
Before submitting
The text was updated successfully, but these errors were encountered: