User tests: Successful: Unsuccessful:
Pull Request for Issue #36113 .
Added $required = $required ? ' required aria-required="true"' : '';
above $autocomplete
.
<input type="text" name="jform[color]" id="jform_color" value="#000000" placeholder="#rrggbb" class="minicolors required hex" data-position="default" data-control="hue"1 data-format="hex"/>
<input type="text" name="jform[color]" id="jform_color" value="#000000" placeholder="#rrggbb" class="minicolors required hex" data-position="default" data-control="hue" data-format="hex"/>
No
Status | New | ⇒ | Pending |
Category | ⇒ | Layout |
Labels |
Added:
?
|
@brianteeman I have committed the desired changes.
I think we need some specific instructions on how to test this. Where do we find a color filed? Or why can we create one?
Poor instructions = no test.
The source of the field will be displayed as in the first post
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-01 18:58:39 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
thanks
You don't need to add the aria-required=true. Its enough to just say required