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'm trying to allow for arbitrary strings as well as suggestions from the typeahead list. It's only possible if the arbitrary string is not a substring of any of the suggestions. There is no response to an enter keypress, but tab works. If there are no possible completions, this will successfully send the arbitrary string. If there are any, it just tabs to the first possible completion and wont pass the arbritary string.
I can see this behaviour on the demo page by setting rigid? false and change-on-blur? true and trying to pass the string "he". This doesn't work, but passing the string "help-me" does as there are no further completions from that.
The text was updated successfully, but these errors were encountered:
Hey, thanks for waiting 5 years for this small fix, haha.
I think I know what to do, but it's hard to be sure. Try describing the behavior in a way that's explicit, positive and comprehensive. It's hard to sort out the behavior you want from the nos, buts and implied good/bad statements.
I'm trying to allow for arbitrary strings as well as suggestions from the typeahead list. It's only possible if the arbitrary string is not a substring of any of the suggestions. There is no response to an enter keypress, but tab works. If there are no possible completions, this will successfully send the arbitrary string. If there are any, it just tabs to the first possible completion and wont pass the arbritary string.
I can see this behaviour on the demo page by setting
rigid? false
andchange-on-blur? true
and trying to pass the string "he". This doesn't work, but passing the string "help-me" does as there are no further completions from that.The text was updated successfully, but these errors were encountered: