UNPKG
cmsmon
Version:
latest (1.0.0)
1.0.0
github.com/anhoev/cms
anhoev/cms
cmsmon
/
frontend
/
components
/
formly
/
select.html
9 lines
•
319 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
selectize
config
=
"{ plugins: ['remove_button'], dropdownParent: 'body', valueField: 'value', labelField: 'name', searchField: ['name'], maxItems:to.multiple ? 50:1 }"
options
=
'to.options'
ng-model
=
"model[options.key]"
>
</
selectize
>