Add aria-label to dropdown autocomplete without label

This commit is contained in:
Michael Vickers
2020-10-03 10:14:58 +01:00
committed by Frédéric Guillot
parent b8e6157738
commit 87c123bba4
3 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<?= $this->app->component('select-dropdown-autocomplete', array(
'name' => 'boardId',
'placeholder' => t('Display another project'),
'ariaLabel' => t('Display another project'),
'items' => $board_selector,
'redirect' => array(
'regex' => 'PROJECT_ID',