We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running into an issue where adding properties for autoCorrect and autoCapitalize have no affect on the input field.
<FloatLabelTextInput placeHolder='Username' autoCapitalize='none' autoCorrect={false} />
The text was updated successfully, but these errors were encountered:
At the moment, the text field doesn't support all the text field props. You can create a quick PR to add it if you wish.
Sorry, something went wrong.
@httpster it works now
I am running into an issue where adding properties for autoCorrect and autoCapitalize have no affect on the input field. <FloatLabelTextInput placeHolder='Username' autoCapitalize='none' autoCorrect={false} />
This problem still persists. Any update on this?
No branches or pull requests
I am running into an issue where adding properties for autoCorrect and autoCapitalize have no affect on the input field.
<FloatLabelTextInput placeHolder='Username' autoCapitalize='none' autoCorrect={false} />
The text was updated successfully, but these errors were encountered: