Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
typo3ua opened this issue Apr 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@typo3ua
Copy link

typo3ua commented Apr 6, 2024

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

@typo3ua typo3ua added the bug Something isn't working label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant