[SELECT2] value placeholder (ok)
https://jeesite.gitee.io/front/jquery-select2/4.0/options.htm
$('select').select2({
placeholder: {
id: '-1', // the value of the option
text: 'Select an option'
}
});
Last updated
Was this helpful?
https://jeesite.gitee.io/front/jquery-select2/4.0/options.htm
$('select').select2({
placeholder: {
id: '-1', // the value of the option
text: 'Select an option'
}
});
Last updated
Was this helpful?