evblurbs/react-native-md-textinput

Floating label overlaps text

mdeprezzo opened this issue · 5 comments

Hi guys,
on my virtual device, android, the floating label overlaps the textinput area. Like this:

schermata del 2017-03-06 18-22-17

What am i missing ?

I have the same issues when running on the Android Emulator, but no problems occur on the iOS simulator.

I haven't tried running the app on a real Android device yet.

I'll try later on my device, to see what happen.

gianu commented

@mdeprezzo @masterpetit I had the same issue and fixed it adding

inputStyle={{ height: 36, lineHeight: 36 }}

to the component.

adding dense={true} fixed the issue