This plugin does not attempt to load an item metadata from the server. You need to first add an option using addOption()
method. Next, you can use addItem()
.
v.selectize.addOption({value:13,text:'foo'}); //option can be created manually or loaded using Ajax
v.selectize.addItem(13);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…