Discussion: Add the header property to all input controls #7495
Niels Laute (niels9001)
started this conversation in
General
Replies: 3 comments
|
The proposed form control may be useful for this I'm the future. |
0 replies
|
@niels90001 Would your scenarios be covered by the forms control as Martin Anderson (@mdtauk) mentioned ? The proposal is here. |
0 replies
I guess it would.. it would be nice to have this consistent, for usecases where only 1 control is used. But yes, I could live with a forms control to solve this issue :)! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Discussion: Add the header property to all button controls
Most input controls have a header property, that allows developer to add e.g. a descriptive text.
This is useful, but for the button control family this property is not available. This requires developers to add a separate textblock. This however requires additional styling (in terms of margins, paddings and fontstyles).
This is quite cumbersome, especially when using controls with a header on the same page since things look off and inconsistent across the page.
Controls to consider:
Some examples where a header property would be useful:
All reactions