react-native-floating-label icon indicating copy to clipboard operation
react-native-floating-label copied to clipboard

A React Native floating label text input for tcomb-form-native

Results 8 react-native-floating-label issues
Sort by recently updated
recently updated
newest added

When a user loads a form in our application it's by default empty. However we have a "favorites" feature - the user clicks on previous values and the form is...

This pull request depends on this one: https://github.com/gcanti/tcomb-form-native/pull/473 as we are exting textComponent from tcomb-form-native... If they accept the pull request there, then we could merge this and use detox...

I have a case where I'm persisting a form, allowing the user to complete it later. But when the form is resumed, the values are present, but floating label no....

When I add the Factory, my placeholder got hidden. But this library works when I removed auto: 'none' on the options. Is this how it works or it can work...