Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Update search inputs type #991

Closed

Conversation

ruipenso
Copy link
Contributor

@ruipenso ruipenso commented Jun 3, 2015

Chrome does not support the autocomplete="off" parameter on <input type="text"> fields.
This PRs implements the suggested workaround by changing the type to search.

I also believe that this makes more sense semantically since the input is being used for filtering the results.

@wesleycho wesleycho closed this in 48cf1ba Apr 6, 2016
fcaballero pushed a commit to fcaballero/ui-select that referenced this pull request Apr 17, 2016
- Change inputs to `type="search"`
- Change to `autocomplete="off"` as per HTML spec

Closes angular-ui#991
fcaballero pushed a commit to fcaballero/ui-select that referenced this pull request Apr 25, 2016
- Change inputs to `type="search"`
- Change to `autocomplete="off"` as per HTML spec

Closes angular-ui#991
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants