Skip to content

Unable to drag and drop rules #1001

Answered by ukrbublik
ohyae asked this question in Q&A
Oct 29, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

From the readme

Wrapping <Builder /> in div.query-builder is necessary.

        renderBuilder={(props: BuilderProps) => (
          <div className="query-builder-container">
            <div className="query-builder qb-lite">
                <Builder {...props} />
            </div>
          </div>
        )}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ohyae
Comment options

Answer selected by ohyae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants