fix(select): not activated on enter in input field

fixes #12202
This commit is contained in:
Manuel Mtz-Almeida
2017-07-10 13:23:19 +02:00
parent 693c1c56d1
commit ad25cd1cd7

View File

@@ -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" ' +