bubblesBoolean
private
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
Please login to continue.