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

Interface HasLabel for components with integrated label #8322

Closed
probert94 opened this issue May 13, 2020 · 2 comments
Closed

Interface HasLabel for components with integrated label #8322

probert94 opened this issue May 13, 2020 · 2 comments
Milestone

Comments

@probert94
Copy link

Description

I would like to be able to get the value of the integrated label for different components like TextField, DatePicker and so on. However, those components don't share a common interface with the methods getLabel and setLabel at the moment.
There are already interfaces for components with a text (HasText), a value (HasValue) and so on. In my opinion it would be very helpfull to have a similar interface for components with an integrated label too (maybe HasLabel?).

A few components, which should implement this interface:

@mvysny
Copy link
Member

mvysny commented May 13, 2020

Thank you very much for letting us know! This is probably a duplicite of #3241 .

@probert94
Copy link
Author

@mvysny thank you for letting me know, I didn't noticed that issue.
Closing this in favor of #3241

@Legioth Legioth added this to the Abandoned milestone May 13, 2020
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

3 participants