sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Doesn't support copy & paste value into multiple value #246

Open bleungAtDisplaydata opened 1 year ago

bleungAtDisplaydata commented 1 year ago

If I type foo,bar, then type , it spitted to two item, foo, bar

image

If I copy & paste foo,bar then type , it show foo,bar

image

I excepted those should be foo, bar

_

PS: Can I have a handler or setting for split , ,|, <enter> into multiple value?