mistic100 / mistic100/jQuery-QueryBuilder

Feature Request: Bootstrap Modal Search Pop-up

Open
#957 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.7k
Forks
544
PR merge metrics
No merged PRs in 30d

Description

I'm looking for either direction on creating a new Plug-in or adding to the core. Like the DatePicker plugin you can change the input, the Popup input would let you click an "Add" link that pop ups a Modal. You would do something in the modal then return the selected value back to the QueryBuilder. You could click the "Add" button multiple times to add multiple items.

For example, when selecting the PopUp plugin, you'd see a 'Add' link:
image

Clicking the "Add" link, I'd see a Modal, where I could do some Ajax search. In this example, I'm searching for Blue colors. I would click on the + sign to close the Modal and add my selection would go to the Query builder
image

This would be after I clicked on the plus sign next to Blue, It would show that I've selected Blue and Yellow with the option of removing them with the X.
image

I hope this example explains what I'm looking do add to your plugin.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the existing DatePicker plugin and the core QueryBuilder plugin architecture to decide where a popup input belongs. Define how a Bootstrap modal would perform Ajax search, return selected values, support multiple additions, and allow removals before implementation. Done means the modal workflow integrates with the QueryBuilder and matches the illustrated selection behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
bootstrap, javascript, jquery
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.