react-native-paper-select icon indicating copy to clipboard operation
react-native-paper-select copied to clipboard

PaperSelect error styling

Open amanvision opened this issue 7 months ago • 0 comments

I have 2 inputs

  1. PaperSelect
  2. TextInput from react-native-paper ( see attached screenshot ) image

I wanted to style the error state for PaperSelect the same as TextInput from react-native-paper I'm able to set border color, but not able to set color on label

react-native-paper-select: 1.1.1 react-native-paper: 5.12.3

It will better to have error prop like TextInput: https://callstack.github.io/react-native-paper/docs/components/TextInput/#error

amanvision avatar Jul 22 '24 21:07 amanvision