You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you set a SearchBartextFieldHintColor before setting a hint, the color will not be assigned. This is very important for CSS styling. You usually want to set the color in CSS and the hint in the code behind and the CSS is always applied first.
To Reproduce
Have a SearchBar.
Set textFieldHintColor first
Set hint after this
Expected behavior
The color should be applied to the hint.
Environment
Describe the bug
If you set a
SearchBar
textFieldHintColor
before setting ahint
, the color will not be assigned. This is very important for CSS styling. You usually want to set the color in CSS and the hint in the code behind and the CSS is always applied first.To Reproduce
SearchBar
.textFieldHintColor
firsthint
after thisExpected behavior
The color should be applied to the hint.
Sample project
https://play.nativescript.org/?template=play-tsc&id=20b7Dg
The text was updated successfully, but these errors were encountered: