17 lines
300 B
HTML
17 lines
300 B
HTML
---
|
|
value:
|
|
type: 'string'
|
|
item:
|
|
type: 'string'
|
|
default: ''
|
|
attributes:
|
|
type: 'string'
|
|
default: ''
|
|
class:
|
|
type: 'string'
|
|
default: 'text-primary'
|
|
---
|
|
<option class="{{ class }}" value="{{- value | escape_once -}}" {{ attributes }}>
|
|
{{- item | default: value | escape_once -}}
|
|
</option>
|