Skip to content

Commit

Permalink
fix(select): not activated on enter in input field
Browse files Browse the repository at this point in the history
fixes #12202
  • Loading branch information
manucorporat committed Jul 10, 2017
1 parent 693c1c5 commit ad25cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ import { SelectPopover, SelectPopoverOption } from './select-popover-component';
'<div class="select-icon-inner"></div>' +
'</div>' +
'<button aria-haspopup="true" ' +
'type="button" ' +
'[id]="id" ' +
'ion-button="item-cover" ' +
'[attr.aria-labelledby]="_labelId" ' +
Expand Down

0 comments on commit ad25cd1

Please sign in to comment.