mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.02k forks source link

about add maethod condition #597

Closed BI7PRK closed 6 years ago

BI7PRK commented 7 years ago

var item1 = [ '1', '2', '3', '4', '5']; //choose only one var item2 = [ 'a', 'b', 'c', 'd', 'e']; // multiselect obj.tagsinput('add', ...); // call add; value = 2, a,c,d; // added the values, how can i do?