Cnilton / react-native-floating-label-input

A customizable React Native TextInput with its placeholder always shown. Includes masks, global styles, character count, and a bunch else.
MIT License
293 stars 60 forks source link

Can't disabled input when it contains default value #63

Closed vandiepbui closed 3 years ago

vandiepbui commented 3 years ago

Hi, I used editable={false} and selectTextOnFocus={false} but it doesn't work if input was set default value (I set default value from previous screen props at mounted using UseEffect)

Please help me to check this case. thanks so much