vue-query-builder icon indicating copy to clipboard operation
vue-query-builder copied to clipboard

A UI component for building complex queries with nested conditionals.

Results 34 vue-query-builder issues
Sort by recently updated
recently updated
newest added

# a demo with vue-query-builder - write vue-query-builder into el-drawer - when click method of add,first time,it can be opened normally - when i open it seond time,TypeError: Cannot read...

is there any way to validate a query? (like something "jquery query builder" dose in [https://querybuilder.js.org/api/QueryBuilder.html#validate](https://querybuilder.js.org/api/QueryBuilder.html#validate) ) eg. "age == 21 && age != 21" is not a valid query

Hey, i used this package in a project, but because we use *bulma* instead of *bootstrap* as a css framework i had to create custom layout components. In case someone...

This library is a perfect fit for the current project I am working. Only downfall is it doesn’t support Typescript. Would be great if support could be added for it.

http://querybuilder.js.org has the ability to convert the output to mongo or SQL queries, do you have any plan to add this future?

enhancement
help wanted

I was noticing that for field type='text' that when a user selects one of these operators 'is empty' or 'is not empty' it is still allowing them to enter a...

Custom select component does not get choices value, so the list cannot be populated.

Hi Friend, I have the following inconvenience when using VueQueryBuilder, the following two errors occur: 1. errorLog.js: 17 TypeError: Cannot read property '0' of undefined at VueComponent.data (VueQueryBuilder.common.js: 5159) at...

The documentation says: `Provide a value to the v-model attribute to give some initial state to the query builder, and to automatically get the updated value of the query as...

The component page is not getting loaded Is there any predefined method there to retrieved data from the component. And pre defined method to set customized data to the component...