vadimdemedes/ink-text-input

Allow `value` on `UncontrolledTextInput`

NSExceptional opened this issue · 1 comments

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.

Added initialValue prop in v4.0.3.