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
There's a bug either in our dynamic choices or the uib-typeahead. If the schema has a default (null or value) then focusing the typeahead does not display the choices until a key is pressed
Once a key is pressed the behavior is as expected.
It looks like an empty list briefly flashes on render, that could have something to do with the problem. May also be related to the template filtering on $viewValue.
The text was updated successfully, but these errors were encountered:
There's a bug either in our dynamic choices or the uib-typeahead. If the schema has a default (null or value) then focusing the typeahead does not display the choices until a key is pressed
Once a key is pressed the behavior is as expected.
It looks like an empty list briefly flashes on render, that could have something to do with the problem. May also be related to the template filtering on $viewValue.
The text was updated successfully, but these errors were encountered: