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

add `react-native-web` support

Open sarvarrose opened this issue 2 years ago • 3 comments

For projects that use RN + 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 out of the bounds of the input.

input

It is not possible to pass separate styles for the label as the label component's render method does not accept any such prop for styling.

react-native-web github: https://github.com/necolas/react-native-web

sarvarrose avatar Jan 02 '23 12:01 sarvarrose

Fixed by https://github.com/n4kz/react-native-material-textfield/pull/346

sarvarrose avatar Jan 02 '23 12:01 sarvarrose

Can we close this ?

SergioGeeK7 avatar Feb 26 '24 23:02 SergioGeeK7

@SergioGeeK7 #346 was closed not merged so this is still an issue.

I can reopen #346 if you want if there's a scope for merging this.

sarvarrose avatar Feb 27 '24 05:02 sarvarrose