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
Is this behaviour intended, if I supply suggestedValues with restrictToSuggestedValue set to false and I type some text that matches a suggested value pressing enter autocompletes that matching value - means its convoluted to enter a partially matching string. For example to pass l in the example below I have to press escape then enter.
@johnmccabe how did you solve the suggestion parameter problem? When I see the suggestion come up and click on it - the whole parameter then dissappears - this happens on your demo
Is this behaviour intended, if I supply
suggestedValues
withrestrictToSuggestedValue
set tofalse
and I type some text that matches a suggested value pressing enter autocompletes that matching value - means its convoluted to enter a partially matching string. For example to passl
in the example below I have to press escape then enter.See http://plnkr.co/edit/uE8IPffRWwRuqwQSTWy9?p=preview for example.
The text was updated successfully, but these errors were encountered: