react-native-floating-label-input
react-native-floating-label-input copied to clipboard
A customizable React Native TextInput with its placeholder always shown. Includes masks, global styles, character count, and a bunch else.
I can import and see the Floating Label Input but I faced error that say: Occurred in workout location: node_modules/react-native-reanimated/src/reanimated2/hook/useAnimatedStyle.ts(492:18) Possible solutions are: a)If you want to synchronously execute this...
Hello, I need that floating animation doesn't start if there is default value setted preventing the following UI bug effect: https://user-images.githubusercontent.com/34343582/175095192-d0c984ec-bce2-471f-9366-0b654180c5e2.mp4 There is some property that I can edit to...
Hi , I am facing the issue in autofill phone number from the suggestion. Here, not able to detect that selection because need to remove the +91 or any country...
in the docs for staticLabel it says: "For changing the position of the label with this prop as true, use the customLabelStyles topFocused and leftFocused to adjust the wanted position"...
Hello, here is code of input 
OnPressIn prop works in ios but its not working in android. ``` setIsPressed(true)} onBlur={() => setIsPressed(false)} isPassword={isPassword} darkTheme /> ```
Hi! Congratulations on the excellent component. I would like to request the implementation of the 'disabled' parameter. I think it is greatly missed. ``````
Is there anyway to handle this? My Input loses the focus when I touch the show/hide password buttons.
Hi guys, first of all, I'd like to thank you for this amazing package. Second, how can I use a mask like this? 4 number 1 space and 3 letters?...