Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed May 27, 2020
1 parent 3397d27 commit 79cfd40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/component/QFilterConfigurator.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
"desc": "Default 'properties' label",
"default": "filter(s) available",
"category": "content"
},
"dateFormat": {
"type": [
"String"
],
"desc": "Date format for 'date' filters",
"default": "DD/MM/YY",
"category": "style"
}
},
"events": {
Expand Down
1 change: 0 additions & 1 deletion src/component/QFilterConfigurator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
</q-item-section>
<q-item-section side v-if="values.length > 1">
<q-icon :color="color" class="cursor-pointer q-mr-sm" :name="mdiCheckboxMultipleMarked" @click="setCopy(filter, [])" />
<!-- <q-btn flat rounded dense :icon-right="mdiClose" :label="values.length" :color="color" @click="setCopy(filter, [])" /> -->
</q-item-section>
</q-item>
<q-item dense class="q-pl-sm q-pr-md" v-for="(val, index) in values" :key="`result-${filter}-option-${index}`">
Expand Down

0 comments on commit 79cfd40

Please sign in to comment.