picea-ui/docs/10-ui-select.md

373 B

ui:select (string $name, array $list, $value = null, array $attributes = [], bool $strictComparison = true)

Built on top of ui:input.

The following attributes are assigned by this extension :

  • 'class' => "ui-select"
  • 'type' => "select"

and will typically be rendered such as :

<input class="ui-select" type="select" value="$value" name="$name">