NappUI icon indicating copy to clipboard operation
NappUI copied to clipboard

hintTextColor overwrites value with "text"

Open OwenMelbz opened this issue 10 years ago • 3 comments

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

OwenMelbz avatar Feb 10 '15 16:02 OwenMelbz

any news about this ?

julien9999 avatar Jun 28 '15 01:06 julien9999

Same for me, any workaround?

jojomi avatar Apr 18 '16 13:04 jojomi

Please try https://github.com/viezel/NappUI/pull/60, thanks!

hansemannn avatar May 14 '16 11:05 hansemannn