Floating label overlaps text
mdeprezzo opened this issue · 5 comments
mdeprezzo commented
maartenpetit commented
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.
mdeprezzo commented
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.
mdeprezzo commented
Nice! Thanks man!
Il 23 mar 2017 22:23, "Sergio Rafael Gianazza" <notifications@github.com>
ha scritto:
… @mdeprezzo <https://github.com/mdeprezzo> @masterpetit
<https://github.com/masterpetit> I had the same issue and fixed it adding
inputStyle={{ height: 36, lineHeight: 36 }}
to the component.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGSe1nEL9fWnNa7beO5Y6u7zWhZoV28Aks5rouLegaJpZM4MUcoq>
.
MaxToyberman commented
adding dense={true} fixed the issue