Это моя функция selectize.js
$("#addmobilenumbers").selectize({
inputClass: 'form-control selectize-input',
dropdownParent: "body",persist: false,
create: true //need to create and allow only digits
});
Я хочу только numeric
(для ввода только мобильных номеров) вводить в create
здесь с min/max length
. Как я могу это сделать?