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

A React Native component for floating label text input

Results 21 react-native-floating-label-text-input issues
Sort by recently updated
recently updated
newest added

I was wondering what was the motivation for this module? Is this true to the human interface design guidelines by apple? Is this effect seen in ios? Thanks for this...

Allow customizing the style of the floating label and the component that holds text by introducing 2 new props: `floatingLabelStyle` and `textHolderStyle` which are merged with the minimal style that...

I am using `react-native-popup-dialog` with `FloatingLabelTextInput` but it is not shown within Dialog. whereas simple `TextInput` component of react-native is appearing within. What is the issue with it? Below is...

In react, Ideally we should not have arrow functions declarations in onChange callbacks. Instead, we should pass a reference of an already declared function. Otherwise we will end up creating...

Hi, Not really a bug but this would be a nice improvement to a nice and neat package. Thanks for the job so far ! Regards

Does it support this 2 props? I couldn't seems to access it, I'm trying to do keyboard select next input

Why is there a padding on the left side? If it must be there it should have a parameter to remove it?

Hi, tried the package, looks awesome, but the input text is not changed after modifications