action
Last updated
Last updated
With the use of a nested action
in an edit-typeahead
an additional item will appear with the results of . If this item is selected, this action
tag's will fire with the current search value.
In this example we add the option to create a new user.
label
Optional
Default: unset
The text to display on the action
item.
on-press
Required
validate
Optional
Type: boolean
Default: false
icon
Optional
Type: string
Default: fa-circle-plus
Type: string
(static text, a or the return value of a )
Set to true
to ensure that no required input fields in the current view are empty before performing the action.
The icon to display on the button, it will be placed on the left of the label by default. The icon can be a or an .