mistic100 / mistic100/jQuery-QueryBuilder
Select with dynamic multiple (Defaut false, make it as true for in and not_in)
Open
Nobody has claimed this yet.
feature
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 544
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way make select (standard and select2 plugin) by default multiple as false, but when operator is selected as in or no_in, make it as multiple. In the basic / all examples, I am able to select operator as in or not_in, but will allow only one select.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the basic and all examples for the standard and select2 controls, then trace how the selected operator controls the select behavior. Done means multiple values are allowed for the in and not_in/no_in operators while the default remains single-select for other operators.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100