0👍
var value = selectizeObject.getValue(),
optionJson = selectizeObject.options[value];
selectizeObject is object for given select / input. For example with jQuery:
var selectizeObject = $('#my-select')[0].selectize;
- [Vuejs]-Output user first name
- [Vuejs]-How to communicate between components within a certain component?
Source:stackexchange.com