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

Please add a helper/hint label #402

Closed
anezthes opened this issue Aug 7, 2019 · 4 comments
Closed

Please add a helper/hint label #402

anezthes opened this issue Aug 7, 2019 · 4 comments

Comments

@anezthes
Copy link

anezthes commented Aug 7, 2019

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 not invalid).

Placeholders are simply not good enough.

@jouni
Copy link
Member

jouni commented Aug 7, 2019

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.

@rolfsmeds
Copy link

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.)

@anezthes
Copy link
Author

anezthes commented Aug 7, 2019

@jouni for what it's worth, I agree with you regarding the helper placement.

@Haprog
Copy link
Contributor

Haprog commented Oct 24, 2019

Fixed by #410 available in v2.6.0-alpha1

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

4 participants