Add aria-label to form inputs without labels
This commit is contained in:
committed by
Frédéric Guillot
parent
ce69343001
commit
8308189333
@@ -51,7 +51,7 @@
|
||||
),
|
||||
'autocomplete') ?>
|
||||
|
||||
<?= $this->form->select('role', $roles, $values, $errors) ?>
|
||||
<?= $this->form->select('role', $roles, $values, $errors, array('aria-label="'.t('Role').'"')) ?>
|
||||
|
||||
<button type="submit" class="btn btn-blue"><?= t('Add') ?></button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user