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
The docs page for TextInput includes prop:
placeholder: ?boolean Text that appears in the form control when it has no value set.
Should that be ?string rather than ?boolean?
?string
?boolean
Correction (if I'm right) of the docs page.
Nothing to reproduce.
https://necolas.github.io/react-native-web/docs/text-input/
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the issue
The docs page for TextInput includes prop:
Should that be
?string
rather than?boolean
?Expected behavior
Correction (if I'm right) of the docs page.
Steps to reproduce
Nothing to reproduce.
Test case
https://necolas.github.io/react-native-web/docs/text-input/
Additional comments
No response
The text was updated successfully, but these errors were encountered: