TextSupport#bubbles

bubblesBooleanprivate

Defined in packages/ember-views/lib/mixins/text_support.js:172

Whether the keyUp event that triggers an action to be sent continues propagating to other views.

By default, when the user presses the return key on their keyboard and the text field has an action set, the action will be sent to the view's controller and the key event will stop propagating.

If you would like parent views to receive the keyUp event even after an action has been dispatched, set bubbles to true.

Default: false

doc_EmberJs
2016-11-30 16:53:50
Comments
Leave a Comment

Please login to continue.