We had a problem after updating the bundle to the last version: in the query builder comboboxes, there were double entries: not only field lables, e.g. "Status[object object]" or for the function e.g. "equals equals". We resolved this by adding an entry to the style in the bundle's styles.css. Please add this fix (or one that you consider to work) to the official bundle styles.css. In your example app, this style comes from the autumn theme, but in our case (even if we built our custom theme after autumn) it just wasn't there.
We had a problem after updating the bundle to the last version: in the query builder comboboxes, there were double entries: not only field lables, e.g. "Status[object object]" or for the function e.g. "equals equals". We resolved this by adding an entry to the style in the bundle's styles.css. Please add this fix (or one that you consider to work) to the official bundle styles.css. In your example app, this style comes from the autumn theme, but in our case (even if we built our custom theme after autumn) it just wasn't there.
.ctAppRoot .querybuilder-window .vue-base .v-select__selections .v-input:not(.v-input--is-disabled) { opacity: 0; }