Skip to main content

Questions tagged [primevue]

Use this tag for questions about PrimeVue, a collection of UI Components for Vue.js. Questions tagged [primevue] should also be tagged [vue.js], but NOT [primefaces].

primevue
0 votes
0 answers
14 views

Error update value when using DatePicker of PrimeVue v4 in project Vue + Inertia + laravel

I am a newbie in VueJS and I have a problem when I choose the first value of the DatePicker it works correctly, but when I update it by choosing another year it has an error.error when change year](...
Vui Ghê's user avatar
2 votes
1 answer
42 views

Primevue3. How to do not close dropdown when selecting an item from the options?

Is it possible not to close options when selecting one of them, when using the standard autocomplete component? I use this component for the user to select his last name, first name, and patronymic. I ...
windeAlps's user avatar
0 votes
3 answers
42 views

Multiselect of Primvue becomes null data when the data is passed to v-model

<MultiSelect id="Color-input" v-model="DesignData.ColorQty" options="DesignColors" optionLabel="colorName" label="Color&...
Ehe's user avatar
  • 1
0 votes
0 answers
43 views

Missing styles in primevue + tailwind

I'm using Primevue with Tailwind with the following config: "@primevue/themes": "^4.0.0", "pinia": "^2.1.7", "primeicons": "^7.0.0", "...
TomM's user avatar
  • 33
0 votes
1 answer
46 views

How can I show a loader while a form is rendering in Vue 3?

I'm using Vue 3 with the Composition API. I have a TabView component with multiple TabPanel components, and each tab contains a form that takes a few seconds(3-4 seconds) to render. I want to show a ...
Madhav mishra's user avatar
0 votes
0 answers
15 views

PrimeVue tailwindcss Timeline eventseperator style missing

I'm using PrimeVue with Tailwindcss based on tailwind.primevue. I try using the Timeline component from Lara preset. It's weird that its eventseperator is missing. Any help is appreciated. tailwind....
ThavinV's user avatar
0 votes
1 answer
44 views

Tailwindcss not working for Vite + Vue3 + Primevue

I'm sry if I have a duplicate question. I went through the questions already in the forum, but still couldn't find a solution I haven't tried yet. Problem explanation I'm working on a test project ...
Lyra Neska's user avatar
0 votes
1 answer
40 views

Primevue tailwind vue vite problem with component (Toast) styling

I'm setting up my frontend with: PrimeVue VUE / Vite Tailwind I've followed the docs for unstyled with pt: Lara. When using a from primevue and set severity to 'danger' the button is styled ...
Jasper's user avatar
  • 133
0 votes
0 answers
33 views

"Cannot find module" error on Vue testing

I am getting the following error when trying to write a component test: Cannot find module 'primevue/config' from 'src/../Component.test.js' I am using Vue v3, Vue CLI (to run the test), Jest v29, ...
Bruno Monteiro's user avatar
0 votes
1 answer
41 views

Filter the property of an array of object in a Datatable Column

I'm new to Primevue, Here is my example: User object: User { username: 'test', email: '[email protected]', id: 1, role: { id: 1, name: 'Admin', description: ...
Jovana's user avatar
  • 1
0 votes
1 answer
38 views

Getting response from PrimeVue FileUpload after uploading file

I'm currently using PrimeVue FileUpload. How do I retrieve the response data from my API call after uploading a file using the PrimeVue FileUpload component? My backend API on localhost:8000 ...
YorS's user avatar
  • 37
0 votes
2 answers
424 views

How can I solve the issue of 'failed to resolve import "primevue/datepicker"'

enter image description here I want to use the package in Vue JS - DatePicker from Primevue The documentation says that you need to install the package using the command - npm install [email protected]...
VoroshylovDmitry's user avatar
1 vote
1 answer
75 views

PrimeVue styles as "no defined" on Nuxt 3 app

What is happening? My goal is to register PrimeVue as a module and import PrimeVue components correctly in my layouts with the default preset styles. Thing is that when I inspect the button in the ...
Rayk's user avatar
  • 13
1 vote
1 answer
127 views

PrimeVue InputNumber's width exceeds the width of its parent

I have a list of items in the cart that's presented in Bootstrap rows and cols. Each item has a PrimeVue InputNumber for changing the quantity of a specific product in the cart. Here's a StackBlitz ...
Angelina's user avatar
0 votes
1 answer
117 views

Css variables of Primevue styles are not defined in module federation layout app

I try to use feature of customization of the primevue theme and change the prefix for css variables of Primevue style. After checking the changes in layout MF app I unfortunately see that all this ...
Андрей Дьячков's user avatar

15 30 50 per page
1
2 3 4 5
24