macKeydownUp allows you to specify custom behavior when pressing up in an input
Parameters:
| Name | Type | Description | 
|---|---|---|
| macKeydownUp | expression | To evaluate on hitting up | 
Example
Key pressed: {{eventKeydown}}
      <input type="text" mac-keydown-up = "eventKeydown = 'up'" />