Open scurker opened 2 months ago
Description and Error updates for the input / Select / Combobox
Description added to a group of radio components
I have a fix for this, but I'm not sure I have permission to push up a PR.
Hey @amberfrontend 👋
I believe you should have permissions to create a PR, but it might need to be from a fork. If that doesn't work let me know and I can double check the contributor settings.
TextField
should accept a new optionaldescription
property that is displayed immediately below the label text. Whendescription
is present, the associated input field should havearia-describedby
with an idref pointing to the associated description.Designs
Additional Changes
With this change, the placement of the error message should also be visually located immediately above the input field with the addition of a
caution
icon preceding the error text.