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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
The fix for #991 (see commit #48cf1ba42b2a50a4b2e28eb6e734020500ce25d5) sets all inputs to type="search".
While this is good for the search fields of the dropdowns with a list of choices it is wrong behaviour when using ui-select for tagging fields with no choices. They should be of type text I believe.
The problem is that mobile keyboards display the enter button as magnifier because of this.
Link to minimally-working plunker that reproduces the issue:
Bug description:
The fix for #991 (see commit #48cf1ba42b2a50a4b2e28eb6e734020500ce25d5) sets all inputs to
type="search"
.While this is good for the search fields of the dropdowns with a list of choices it is wrong behaviour when using ui-select for tagging fields with no choices. They should be of type
text
I believe.The problem is that mobile keyboards display the enter button as magnifier because of this.
Link to minimally-working plunker that reproduces the issue:
see any tagging example with latest code:
http://plnkr.co/edit/zLePmYVcoC9gcV4pGToZ?p=preview
Version
UI-Select: 0.17.0
The text was updated successfully, but these errors were encountered: