SlavCo Zute

Results 5 issues of SlavCo Zute

``` // package.json "@nuxtjs/axios": "^5.13.6", "nuxt": "^2.15.7", ``` ``` import { Context } from '@nuxt/types' import { NuxtAxiosInstance } from '@nuxtjs/axios' const someFunc = (context: Context) => { const {...

### Describe the bug There are 2 issues at hand: 1. TS definitions for `DataTablePassThroughOptions` are not in sync with documentation. Specifically, in TS file we have this `column?: ColumnPassThroughOptionType;`...

Component: Documentation

### Describe the bug When using optional opertator `?` as described [in the docs](https://v3.primevue.org/inputmask/#optional) in combination with `slot-char` prop - `slot-char` is not being persisted in the components internal value....

Status: Needs Triage

### Describe the bug IconField does not work when used together with InputNumber due to how InputNumber is structured, wrapping the `input` ### Reproducer https://stackblitz.com/edit/zwobe8?file=src%2FApp.vue ### PrimeVue version 3.51.0 ###...

Type: Bug

### What happened? Related to https://github.com/logaretm/vee-validate/issues/4604 (e.g. when('$other', { is: (val) => val}) - val is always undefined) ### Reproduction steps 1. Create nested object schema 2. Use conditional `when()`...