Hafizur Rahman
Hafizur Rahman

Reputation: 31

When i don't give the optional suffixIcon to my customTextField the hintText also not visible

Text field code:

text field code

calling text field:

calling text field

When i don't give the optional suffixIcon to my customTextField the hintText also not visible. But when i give the suffixIcon hintText is visible. How can i solve this ?

result:

result

Want to visible the hintText with out giving any suffixIcon in the customTextField

Upvotes: 0

Views: 78

Answers (1)

A-E
A-E

Reputation: 3327

There's no correlation between the suffix icon and the hint text.

But, i think there's a confusion with that because you are setting hint text and a label together.

as long as both of hint text and the label have the same value 'Password'

Remove either hint text or the label. use one of them

Upvotes: 0

Related Questions