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
* Gets or sets the TextField Hint color of the SearchBar component.
61
+
*/
62
+
textFieldHintColor: color.Color;
63
+
59
64
/**
60
65
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
61
66
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
0 commit comments