Skip to main content
The 2024 Developer Survey results are live! See the results

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
17 views

Primevue centralized lazy components loading

I am integrating Primevue in my vue project. As far as I see in documentation, I need to import components in each vue I use them. I wonder whether there is a way to have single import statement (...
guyaloni's user avatar
  • 5,524
0 votes
0 answers
17 views

Button within Select list that makes a POST call to add a new item to the list Primevue

I have a Primevue Select dropdown list that retrieves the items from the datatable. I want to add a button to that same list that makes a post call to add another item to the datatable. Have no idea ...
Beatrise's user avatar
0 votes
0 answers
25 views

How to use PrimeVue File Upload component with Firebase?

I am trying to use the PrimeVue V3 File Upload component with Firebase. I am also using VueFire to manage the Firebase upload. Only because it provides some convenient composables for managing ...
TinyTiger's user avatar
  • 2,172
0 votes
2 answers
41 views

How to prevent tab changes in PrimeVue v3 TabView?

I am using PrimeVue V3 TabView with composition API. Inside each tab I have a form and I want to trigger form validation before switching tabs. So I need to interrupt the tab change, do something (...
TinyTiger's user avatar
  • 2,172
1 vote
2 answers
42 views

How to pass slots through from Parent to Child Components with PrimeVue?

I am trying to wrap some PrimeVue components to make my own component library. But how do I handle all the slots? Some PrimeVue components have a large number of slots so passing each one individually ...
TinyTiger's user avatar
  • 2,172
1 vote
0 answers
42 views

primevue components not available in custom npm package [Vue warn]: Failed to resolve component

I want to create an npm package that will render a textbox and a button. In this npm package, I want to use primevue Button component. This is the published package link: vue-main-package I use this ...
Jaydev's user avatar
  • 437
0 votes
0 answers
32 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
43 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
43 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
63 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
51 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
20 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
75 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
75 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
41 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

15 30 50 per page
1
2 3 4 5
24