Open DougRiblet opened 5 months ago
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
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