Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder text can coexist with input text #85

Open
tschmal opened this issue Apr 22, 2014 · 0 comments
Open

Placeholder text can coexist with input text #85

tschmal opened this issue Apr 22, 2014 · 0 comments

Comments

@tschmal
Copy link

tschmal commented Apr 22, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant