You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 justString
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)
andvalueDescription(Node)
/fieldDescription(Node)
.The text was updated successfully, but these errors were encountered: