react-native-input-outline icon indicating copy to clipboard operation
react-native-input-outline copied to clipboard

Results 11 react-native-input-outline issues
Sort by recently updated
recently updated
newest added

Great library, I think it will be nice to have a functionality to supply the left and right element to the input field. The API could be similar to `react-native-paper's`...

enhancement

>return ( {renderLeadingIcon ? renderLeadingIcon : null} { onValueChange(text); }} paddingVertical={0} placeholder={placeholder} placeholderTextColor={colors.card} value={value} fontSize={fontSize ? fontSize : 16} style={{...style, height: 43, flex: 1}} trailingIcon={() => secureTextEntry ? ( setHideText(!hideText)}...

bug

Hi! Just installed this lib and I am having this issue: ![image](https://user-images.githubusercontent.com/28177550/136643809-79c29dbe-d05f-404c-86f1-5ed9016a9ebb.png) I am not passing any prop besides the placeholder, so I don't know what may be causing it....

bug

Hello! Is there a way to hide the characterCount number but keep the max input character validation?

enhancement

Is it possible to add leading icon just like the trailing icon?

enhancement

Hi, when I set a long placeholder I'm having the following issue:

bug

The TextInput is defined this way: https://github.com/swushi/react-native-input-outline/blob/8bd774d8bb1bfc11d15b17fbf96135da91019bf4/src/components/InputOutline.tsx#L424-L436 The selectionColor from the props are replaced by the errorColor : activeColor. In my case, where the app color is yellow/orange, the selectionColor...

enhancement