-
### Environment
**Vuetify Version:** 3.6.10
**Last working version:** 2.7.2
**Vue Version:** 3.4.30
**Browsers:** Firefox 127.0
**OS:** Windows 10
### Steps to reproduce
Type in first letters…
-
`import { defineStore } from "pinia";
import { computed, ref } from "vue";
export const useFormsStore = defineStore({
id: "forms-store",
state: () => {
//properties
const forms = r…
-
Please see images below. We can't figure out why selection drop down boxes don't filter the search list, but checkboxes do.
![facet1](https://github.com/itemsapi/itemsjs/assets/51751730/c6be00f9-6a…
-
- review the code, use vue.js
- add button - "clear all filters"
- add top checkbox for checking/unchecking all checkboxes in the column
spalk updated
2 years ago
-
@ergjustin has found this bug when implementing users filters as in:
https://github.com/DendraScience/dendra-web-ui/blob/dev-justin/src/components/UsersSearch.vue#L199
`$regex: "${escapeRegExp(search…
-
Check if it is possible to have two "layouts" of the filters and products in the "lazy list" vue app.
Possible to set by a parameter?
-
I'm using vue-currency-filter in Nuxt and wanted to have two configurations; The default to show dollars and cents, and another to show just dollars.
However, using the configuration example in the…
-
We currently provide a [ColorRefinementList widget for React InstantSearch](https://www.algolia.com/doc/api-reference/widgets/color-refinement-list/react/), and we'd like to gather interest in porting…
-
### Describe the bug
Hi,I updateSetting to set dropDownMenu:false and then set dropDownMenu:true, when I input space or enter to search, the dropDownMenu disappear, Please help to check, Thank you!…
-
Hi,
I also have another issue.
If I want to use a different currency I cannot as src/js/filters/money.js default symbol is $
How would I be able to use other currencies within the Vue parts o…