User tests: Successful: Unsuccessful:
This PR makes the text for a radio or checkbox or list item required. It is needed for accessibility AND prevents you saving a field with empty radio or checkboxes or list items which are still rendered.
PR for #34337
Create a field of type checkboxes.
Add one or two text / value pairs with content in text and value
Add another and leave text and value empty.
Repeat for a field of type radio
Repeat for a field of type list
An empty checkbox or radio or list item is rendered
It is not possible to save the field until the checkbox or radio or list item has a text
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
Title |
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 12:27:55 |
Closed_By | ⇒ | bembelimen |
Thx
thanks
Thanks. Same needs to be done for the 'list' field type as well.