-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
Feature request: tooltips on input fields #49
Comments
I think we should add "placeholder" support too. For showing example-data inside text fields. |
shouldnt the placeholder be the default value instead? |
A placeholder gives an example of a value. But often not what you want. A default value is most likely what you want. |
Ok, but how should be placeholder and default value implemented at the same time? |
When you specify just placeholder, the tag has if you have defined a default value, the tag will have |
Placeholders are spooky, we might want to have no value in the field. |
Placeholders are exactly that, no value. But tooltips could be ok to. But maybe they should be some magic kind, that appears without waiting long for it. |
I know, that is the problem. If the placeholder says "hello", and I want the field to be EMPTY instead of "hello", that won't work with the placeholder-approach. Rather a default value with a tooltip. |
When offering the user an input field like textinput or dropdown menu it should be possible to to show a tooltip when hovering over the input. So we can offer some additional information about the expected input data, like its format or what it is good for.
The text was updated successfully, but these errors were encountered: