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

Chinese characters are hidden partly in the element

Open guaneagler opened this issue 6 years ago • 3 comments

Environment: android Set the label attribute as Chinese characters(eg:中文), the label is hidden partly. And it's ok for English words.

guaneagler avatar Jan 11 '20 11:01 guaneagler

Same here, anyone solve this?

fukuball avatar Feb 10 '20 11:02 fukuball

image image

As shown in upper screen snaps, the labels are incomplete both in active/inactive.

lulut avatar Apr 13 '20 05:04 lulut

BTW, my current workaround is passing labelTextStyle prop a padding top 2.

labelTextStyle: { paddingTop: 2 }

lulut avatar Apr 13 '20 05:04 lulut