Add keydown event for boolean edit fields (#6192)

[ci skip]
pull/6196/head
Henriette Dinger 7 years ago committed by Oliver Günther
parent 1ea9648283
commit 8b66cb7c81
  1. 1
      frontend/app/components/wp-edit/field-types/wp-edit-boolean-field.directive.html

@ -6,5 +6,6 @@
ng-change="vm.handleUserSubmit()"
ng-focus="vm.handleUserFocus()"
ng-blur="vm.handleUserBlur()"
ng-keydown="vm.handleUserKeydown($event)"
ng-disabled="vm.field.inFlight"
ng-attr-id="{{vm.htmlId}}" />

Loading…
Cancel
Save