-
Notifications
You must be signed in to change notification settings - Fork 555
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
Feature Request: Bootstrap Modal Search Pop-up #957
Comments
You can either provide your own input template, see the "Corrdinates" input on this demo jQuery-QueryBuilder/examples/index.html Lines 445 to 504 in 48e1f09
Or create you own complete jQuery plugin. Both solutions are show on the demo https://querybuilder.js.org/demo.html#widgets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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
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.
I hope this example explains what I'm looking do add to your plugin.
The text was updated successfully, but these errors were encountered: