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

Support additional descriptions on Field #18

Closed
aalmiray opened this issue Jul 5, 2018 · 2 comments
Closed

Support additional descriptions on Field #18

aalmiray opened this issue Jul 5, 2018 · 2 comments

Comments

@aalmiray
Copy link
Contributor

aalmiray commented Jul 5, 2018

Similar to dlsc-software-consulting-gmbh/PreferencesFX#23 sometimes you'd like additional text to be displayed under a Field's name or it's renderer. This text may be used as a hint to the user to let them know what data may be entered as the Field's value.

It may be worth using Node as a type instead of just String as this would allow for additional elements (such as icons) to be embedded in the description.

I propose to add two more properties to Field: labelDescription(Node) and valueDescription(Node)/fieldDescription(Node).

@dlemmermann
Copy link
Collaborator

Sounds good to me. As long as it does not break the current API obviously.

@aalmiray
Copy link
Contributor Author

Fixed.

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

2 participants