rendering ...

blurEvent (directive in module tri )

Description

Used to invoke a function when an element loses focus. The blur-next function if specified is executed when the control reads an 'enter' key. It is used to set the focus to the next element.

Usage

<input ... blur-event='function-to-execute' blur-next='function-to-execute'>

Example

Source





Demo