-
https://codesandbox.io/s/vue-3-datatable-constraints-hp1w5?file=/src/components/HelloWorld.vue
**I'm submitting a ...** (could count as either?)
```
[ x ] bug report
[ x ] feature request
```
…
-
### Describe the bug
n-select组件在设置了filterable属性之后,无法通过再次点击选择框让下拉框消失
### Steps to reproduce
n-select组件在设置了filterable属性之后,无法通过再次点击选择框让下拉框消失
在下面的codesandbox链接中,上面的n-select是设置了filterable属性后的效果,下面的n-se…
-
### Describe the bug
It seems, Filter in Listbox doesn't select text when keyboard SHIFT+HOME (or SHIFT+END) is used (it's on Windows)
### Reproducer
https://primevue.org/listbox/#filter
### Pri…
-
### Issue Type
- [x] Enhancement Request
### Expected Behavior
As an additional argument the whole row object should be available (`function(data, filterString, row)`), so you can write a more …
-
I have gone through the process of installing vue crud app and I have provided my api.
Here are the specific steps that I did
1. git clone git@github.com:what-crud/vue-crud.git
2. npm instal…
-
node version v12.20.0
2022-02-15 16:50:31,243 INFO 8128 [master] egg version 2.33.1
2022-02-15 16:50:32,839 ERROR 11068 nodejs.ValidationError: Invalid options object. Ignore Plugin has been initial…
-
# Account
The account will bind to event (#9).
User have to register again for another event. For implementation, it still uses firebase built in auth.
No account for the event organizer, but a pas…
-
https://github.com/TeamAntioch/screference/blob/85b7f8e2c1b0021bbe29069cea398fd5f1372f94/src/components/ImageGallery.vue#L66
```js
function wordAppears(image) {
let splitFilters = filte…
-
### Describe the bug
When I type Japanese using the IME and press "Enter" when using the Filter, the panel closes, which is quite inconvenient.
I would like you to separate the process for the IME…
-
vue文件方法声明顺序
- components
- props
- data
- created
- mounted
- activited
- update
- beforeRouteUpdate
- metods
- filter
- computed
…