conterra / mapapps-query-builder

The Query Builder Bundle allows you to create your own Query Tools, that perform custom queries to a store.
https://demos.conterra.de/mapapps/resources/apps/downloads_query_builder/index.html
Apache License 2.0
7 stars 6 forks source link

Combobox shows double entries -fixed with css! #66

Closed cristina-laixo closed 6 months ago

cristina-laixo commented 1 year ago

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; }

image-20230623-083826

sholtkamp commented 6 months ago

Cannot reproduce. This was most likely caused by an outdated theme.

Please reopen if the issues persists.