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
(1) User types in stuff but doesn't accept a value or create a token.
(2) User clicks away from the widget.
(3) Widget now shows both the placeholder text and the input text. Looks bad.
Suggested fix:
On the click away, check not only for the existence of tokens when determining whether to show the placeholder, but also for input text.
The text was updated successfully, but these errors were encountered:
If the widget has placeholder text:
(1) User types in stuff but doesn't accept a value or create a token.
(2) User clicks away from the widget.
(3) Widget now shows both the placeholder text and the input text. Looks bad.
Suggested fix:
On the click away, check not only for the existence of tokens when determining whether to show the placeholder, but also for input text.
The text was updated successfully, but these errors were encountered: