Lines Matching refs:options
46 const options = {
55 return fetch(url, options);
68 const options = {
79 return fetch(url, options, body);
521 let month = parseInt(monthSel.options[monthSel.selectedIndex].value, 10);
524 let date = new Date(yearInput.value, month, dateSel.options[dateSel.selectedIndex].value);
660 const extra = element.options[element.selectedIndex].value.replace(/@/g, '');
685 options: {
704 options: {
767 let options = {
791 options.plugins.push('clear_button');
794 return new TomSelect(element, options);