orchidjs / tom-select

Tom Select is a lightweight (~16kb gzipped) hybrid of a textbox and select box. Forked from selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Useful for tagging, contact lists, etc.
https://tom-select.js.org
Apache License 2.0
1.53k stars 111 forks source link

[Help wanted]: Is it possible to make selecting for several values with tom-select js? #708

Open typo3ua opened 2 months ago

typo3ua commented 2 months ago

I have text file in json format with data

[
 {
  "country": "USA",
  "state": "Texas",
  "city": "Houston",
  "link": "https://www.houston.us"
 },
 {
  ...
 }
]

Expected behavior

I need to make selecting for several values ... one, two or more values with tom-select js. For example:

image

OR

image

Is it possible with tom-select js?

Additional context

I am looking for a solution

pereorga commented 2 weeks ago

Isn't this the standard behavior? https://tom-select.js.org/examples/

Consider posting questions in Stack Overflow instead