NappUI
NappUI copied to clipboard
hintTextColor overwrites value with "text"
I've got some Alloy TSS
'TextField' : {
color: '#fff',
font : {
fontFamily: 'Dosis-Medium',
fontSize: '22px'
},
textAlign: 'left',
hintTextColor: 'white',
hintText: 'lemoncake'
}
and my XML
<TextField id="login_email" hintText="email address"></TextField>
As I don't have a "value" it automatically puts "text" in the field
if I define value="some value" then it keeps that value - but wont show the placeholder/hintText
any news about this ?
Same for me, any workaround?
Please try https://github.com/viezel/NappUI/pull/60, thanks!