Loading choices without <select> html elements
jinyeng opened this issue · 2 comments
jinyeng commented
Is it possible to initialize choices without html elements ? i.e. purely from JavaScript without having to create html markups ?
mtriff commented
Yes, see the choices
parameter or setChoices()
. See the examples here.