Set focus on the dropdown for category popover

This commit is contained in:
Frederic Guillot 2015-07-04 16:38:42 -04:00
parent 33669c1bac
commit 04300f6b5f
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<?= $this->form->hidden('project_id', $values) ?>
<?= $this->form->label(t('Category'), 'category_id') ?>
<?= $this->form->select('category_id', $categories_list, $values) ?><br/>
<?= $this->form->select('category_id', $categories_list, $values, array(), array('autofocus')) ?><br/>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
@ -18,5 +18,4 @@
</div>
</form>
</section>
</section>