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
Input, TextArea
9.56.8
18.3.1
System: OS: Linux 6.8 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (16) x64 12th Gen Intel(R) Core(TM) i7-1260P Memory: 37.30 GB / 62.51 GB Container: Yes Shell: 5.8.1 - /usr/bin/zsh Browsers: Chrome: 131.0.6778.204 Chromium: 131.0.6778.85
Some properties passed to Input and TextArea components are removed and not added to the rendered HTML.
Input
TextArea
List of missing properties for my usecases:
Accept more HTML attributes in inputProperties and textAreaProperties.
https://stackblitz.com/edit/chnof3md?file=src%2Fexample.tsx
Current workaround used:
<Input id={inputId} {...props} input={{ autoCorrect: 'on', maxLength: 50, minLength: 12, }} />
https://stackblitz.com/edit/g5r4gtli?file=src%2Fexample.tsx
None
Medium - Has workaround
No response
no
The text was updated successfully, but these errors were encountered:
Hey @TomSoftwerft, thanks for filing the issue! I took a quick look, and it seems like the autoCorrect property is experimental and not widely supported by browsers. I'll double-check this with the team. As for the minLength property, we'll be adding it soon.
autoCorrect
minLength
Sorry, something went wrong.
dmytrokirpa
Successfully merging a pull request may close this issue.
Component
Input, TextArea
Package version
9.56.8
React version
18.3.1
Environment
Current Behavior
Some properties passed to
Input
andTextArea
components are removed and not added to the rendered HTML.List of missing properties for my usecases:
Expected Behavior
Accept more HTML attributes in inputProperties and textAreaProperties.
Reproduction
https://stackblitz.com/edit/chnof3md?file=src%2Fexample.tsx
Steps to reproduce
Current workaround used:
https://stackblitz.com/edit/g5r4gtli?file=src%2Fexample.tsx
Are you reporting an Accessibility issue?
None
Suggested severity
Medium - Has workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: