Sets the title attribute of the add button
The create input from the template
Sets the name attribute of the create input
Sets the list of already create items
Holds the value of the newly created item
Emits when the list builder is focused out
Emits on escape key
Emits on when the list builder and/or the create input are focused
Emits when the items list is changed
Holds the previous value of edited item
Toggles the visibility of the create button
Toggles the visibility of the create input
Closes all edit fields
Collapses the create field Shows the add button
On blur handler Adds the new value to the list of items and collapses the create field Emits onItemsChange event
On focus handler
Executed on escape key pressed Adds the new value to the list of items and collapses the create field Emits onEscapeKey event
Check if item's value is empty
Handles item editing Closes all edit fields
Persists the new value after editing an item Closes all edit fields
Persists changes on existing items
Removes item from the list Emits onItemsChange
Shows the create field and focuses it Scrolls to the create field
Generated using TypeDoc
API reference for SfListBuilderComponent
import {SfListBuilderComponent} from "@progress/sitefinity-component-framework";
selector:
sf-list-builder