ListBox

ListBox is a component where exists a list of itens to search and select.

Truly UI has two diferent types of list, the default and with Custom Template, like shown below.


Basic Usage
With Custom Template
  • {{item.firstName}} - {{item.lastName}} {{item.id}}

  • Properties

    Name Type Default Description Options
    {{ item.name }} {{ item.type }} {{ item.default }} {{ item.description }} {{ item.options }}

    Events

    Name Description
    {{ item.name }} {{ item.description }}

    Examples

    Basic Usage
    With Custom Template

    Atention: The example below needs to be interpolated {{example}} for example. Not allowed to used here on highlight code.