-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: searchbar is performing unwanted autocorrect #5749
Comments
Good call! I've added those attributes, thanks |
I'm currently experiencing similar unwanted behaviour like this for the ion-searchbar. global packages:
local packages:
System:
/opt/IonicProjects/aewsmob> |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: feat
Ionic Version: 2.x
Platform: all
The SearchBar component is performing unwanted autocorrection. The search terms are often fragments of text - like a couple of letters. Therefore should NOT be autocorrected etc. I need to be able to set options like can be done for input tag-
<input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
The text was updated successfully, but these errors were encountered: