macKeydownEnter

macKeydownEnter allows you to specify custom behavior when pressing enter in an input

Parameters:
Name Type Description
macKeydownEnter expression

To evaluate on hitting enter

Example
Key pressed: {{eventKeydown}}
<input type="text" mac-keydown-enter = "eventKeydown = 'enter'" />