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

Free type left hand side (field) #782

Closed
jonathan-chin opened this issue Sep 21, 2022 · 1 comment
Closed

Free type left hand side (field) #782

jonathan-chin opened this issue Sep 21, 2022 · 1 comment

Comments

@jonathan-chin
Copy link

Is your feature request related to a problem? Please describe.
My use case is I want to provide non technical users a way to build a query JSON object without having to know how to code. I don't want them to worry about forgetting a { or " etc. However, the fields are unpredictable and cannot be coded into the config (at least not easily)

Describe the solution you'd like
I'd love it if users can type into the left hand side of each rule. Right now, it's an autocomplete that throws an error if what's typed in is not a listed field in the config (at least, I think that's how it works). I'd like users to be able to enter field names that haven't been predefined; I'd like them to have be able to enter multiple rules like that.

Describe alternatives you've considered
Dynamically generating a config is difficult or impossible. I want users to search against JSON keys in a JSONB column in a postgres database, so the fields can be anything really. to pre-generate them for react-awesome-query-builder would be very inefficient

@ukrbublik
Copy link
Owner

Duplicate of #304

@ukrbublik ukrbublik marked this as a duplicate of #304 Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants