dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

Allow for translated preselected logicalOperator #38

Closed manuelteuber closed 5 years ago

manuelteuber commented 5 years ago

If you change the default labels, the logical operator of groups won't be preselected correctly, as "All" was hardcoded.

Using the label itself as the preselcted value fixes this issue.