Originally described in this Google Groups thread, when the btn-group btn-group-yesno class is specified for form field type="radio" along with readonly="true", the fields are still editable by the user. Removing this class makes the fields readonly again.
Radio buttons to be read only when the readonly="true" attribute is specified.
Radio buttons are editable by user.
Tested in Chrome 64-bit v.48 on El Capitan.
Status | New | ⇒ | Confirmed |
Category | Administration | ⇒ | Fields |
@flash1452 Do you need more information than what is provided here? https://groups.google.com/d/msg/joomla-dev-general/86RBr5lqcjw/CHcrgiSBBQAJ
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-21 09:16:30 |
Closed_By | ⇒ | brianteeman |
With latest staging
if bootstrap class btn-group is added
neither of these work
disabled="true" (all are disabled but all are clickable)
readonly="true" (all but 1 are disabled but all are clickable)
i will make a PR (since i already have the code for it),
(together with a few others PRs when i find time) if anyone wants else wants to fix this now please do