-
Notifications
You must be signed in to change notification settings - Fork 23
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
Please add a helper/hint label #402
Comments
For future reference, there’s some research suggesting that a description/help text should be placed below the label, above the field. Example The same research suggest the same for error messages as well (place error messages above the field), linking to another research. |
Regardless of placement, this would be super useful as an alternative to placeholders, tooltips etc, especially for mobile where tooltips are not accessible. (I've done at least a couple of custom implementations of this feature in the last three years.) |
@jouni for what it's worth, I agree with you regarding the helper placement. |
Fixed by #410 available in v2.6.0-alpha1 |
vaadin-text-field
doesn't have a helper or hint label which makes it difficult to guide users' through forms etc.The
error-message
slot could potentially be used for this purpose (when the field is notinvalid
).Placeholders are simply not good enough.
The text was updated successfully, but these errors were encountered: