How can I update the options (myOptions) once the component is created?
let instance2 = new SelectPure(".progress-results-au-2", {
options:myOptions,
autocomplete: false,
multiple: false,
placeholder: 'Select Option',
value: initial_option,
icon: "fa fa-times",
onChange: option_id => {
// do stuffs
},
});