Skip to content
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

Closed
pmuston opened this issue Mar 7, 2016 · 3 comments
Closed

feat: searchbar is performing unwanted autocorrect #5749

pmuston opened this issue Mar 7, 2016 · 3 comments
Assignees
Milestone

Comments

@pmuston
Copy link

pmuston commented Mar 7, 2016

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" />

@adamdbradley
Copy link
Contributor

Good call! I've added those attributes, thanks

@adamdbradley adamdbradley added this to the 2.0.0-beta.3 milestone Mar 7, 2016
@adamdbradley adamdbradley self-assigned this Mar 7, 2016
@jgfet
Copy link

jgfet commented Jun 1, 2017

I'm currently experiencing similar unwanted behaviour like this for the ion-searchbar.
I get something like sentence case, so first character is uppercase, then it flips to lower.
I was initially thinking why is it when I sign into Skype on an iphone does the shift key started greyed out, yet my Ionic app doesn't. Then came across a post on Stack overflow, that others seemed to be able to have success with. Tried adding the attributes to the ion-searchbar. It didn't attach the attributes to the nested input. So I tried dom manipulation and couldn't get autocapitalize="none" to work. (also tried autocorrect="off).
So I wonder if this bug has somehow gotten re-introduced.
ionic info

global packages:

@ionic/cli-utils : 1.3.0
Cordova CLI      : 7.0.1
Ionic CLI        : 3.3.0

local packages:

@ionic/app-scripts              : 1.3.7
@ionic/cli-plugin-cordova       : 1.3.0
@ionic/cli-plugin-ionic-angular : 1.3.0
Cordova Platforms               : android 6.2.3 ios 4.4.0
Ionic Framework                 : ionic-angular 3.2.1

System:

Node       : v7.10.0
OS         : macOS Sierra
Xcode      : Xcode 8.3.2 Build version 8E2002
ios-deploy : 1.9.1
ios-sim    : 5.0.13

/opt/IonicProjects/aewsmob>

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 2, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants