react-native-material-textfield icon indicating copy to clipboard operation
react-native-material-textfield copied to clipboard

Material textfield

Results 107 react-native-material-textfield issues
Sort by recently updated
recently updated
newest added

react- 18.0.0, react-Native-0.69.1 This code cause problem: borderWidth: focusAnimation.interpolate({ inputRange: [-1, 0, 1], outputRange: [activeLineWidth, lineWidth, activeLineWidth], }), borderColor: focusAnimation.interpolate({ inputRange: [-1, 0, 1], outputRange: [errorColor, baseColor, tintColor], }),

On Android, the below line is not displaying beneath the Password field. ![processed](https://user-images.githubusercontent.com/74590618/107622590-12155880-6c7e-11eb-958e-0a472c49f840.jpeg)

when user long press on Textfield, the options to cut/copy and paste appears. Can you please tell me how to disable the same.

Hi, I run into a problem with placeholder text being too long, Android will not calculate the line correctly. Below is the screenshot I took side by side: On iOS,...

whenever i try to click on the text field the keyboard pop up and automatically shut down or dismiss and due to this i am unable to enter data in...

E | ReactNativeJS ▶︎ TypeError: undefined is not an object (evaluating '_reactNative.Animated.Text.propTypes.style')

Warning: Invalid argument supplied to oneOfType. Expected an array of check functions, but received undefined at index 1. renderLeftAccessory: PropTypes.oneOfType([PropTypes.func, PropTypes.boolean]) => renderLeftAccessory: PropTypes.func, renderRightAccessory: PropTypes.oneOfType([PropTypes.func, PropTypes.boolean]) => renderRightAccessory: PropTypes.func...

Hello I am not find any option to hide or disable label option ? is there any way to used textfield as normal textinput ?

When upgrading to the latest React Native (0.62.0-rc.3), I get an error message, which leads back to 3 files in the `react-native-material-textfield` package. All seem to point back to the...

Just remove the library: `yarn remove react-native-material-textfield` And then add my fork: `yarn add michaelkowalski/react-native-material-textfield` I know other poeple have posted patch files and alternative libraries but personally I'm used...