Type error in docs for TextInput
Author: DougRibletCreated Jun 25, 2024Updated Aug 30, 2026
Labelsbug
Is there an existing issue for this?
- I have searched the existing issues
Describe the issue
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?
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
Source: necolas/react-native-web