Topic-icon [Dev] "Required" Tags please

Active Subscriptions:

None
7 years 1 week ago #61398 by Dayo
Please add "required" tags to joomlaLogin_vertical.php and joomlaLogin_horizontal.php.
placeholder="<?php echo JText::_('MOD_SCLOGIN_USERNAME'); ?>">
to
placeholder="<?php echo JText::_('MOD_SCLOGIN_USERNAME'); ?>" required aria-required="true">

and
placeholder="<?php echo JText::_('MOD_SCLOGIN_PASSWORD') ?>">
to
placeholder="<?php echo JText::_('MOD_SCLOGIN_PASSWORD') ?>" required aria-required="true">
The topic has been locked.
Support Specialist
7 years 1 week ago #61403 by mel
Replied by mel on topic [Dev] "Required" Tags please
Done. I've checked in the change and it will be available in the next release.

-Melissa
The topic has been locked.