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

I'm trying to clear text by setting state to null or '', but it seems like it doesn't work. ` { this.reference = reference }} value={this.state.tempText ? this.state.tempText.toString() : null}...

React native text input supports autoCorrect prop, I'm trying to pass it to material textfield, but doesn't appear to be working. https://reactnative.dev/docs/textinput.html#autocorrect @n4kz

For projects that use RN + [react-native-web](https://necolas.github.io/react-native-web/) for their web applications, the styling for the input label gets broken. The label is pushed to the left of the parent container...

TypeError: undefined is not an object (evaluating '_reactNative.Text.propTypes.style') React-native version:0.70.0

retrieve this warning on expo sdk 51 ![console warning default props](https://github.com/n4kz/react-native-material-textfield/assets/19624703/a5e9061c-9a7c-46ae-847d-54541268ea9a)