Allow `value` on `UncontrolledTextInput`
NSExceptional opened this issue · 1 comments
NSExceptional commented
Why does UncontrolledTextInput
not allow an explicit initial value? For a stateful app, this is painful. I should be able to provide both a placeholder and a value and have it display the placeholder if the value is empty/nullish.
vadimdemedes commented
Added initialValue
prop in v4.0.3
.