Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

I have the follwing: <Panel header="SITE MANAGEMENT"> <template #icons> <Button severity="secondary" rounded text @click="showAddNewModal = true"&...
Robert Benedetto's user avatar
2 votes
0 answers
83 views

I have encountered a problem with the DataTable component from the Primevue library. When I assign pagination to a table and set several frozen columns, if I switch the number of rows displayed in the ...
DZN's user avatar
  • 1,658
0 votes
0 answers
41 views

I'm using PrimeVue DataTable with a MultiSelect filter on the "Project Status" column. I want to pre-select certain status values by default, but only those that actually exist in my data. ...
Win's user avatar
  • 1
0 votes
0 answers
66 views

In Chrome developer tools, there's a "CSS layers" toggle which shows: I'm trying to understand where these layers ("properties", "theme", etc) come from. Are they Chrome-...
Steve Bennett's user avatar
0 votes
0 answers
314 views

I'm having somewhat of an issue using Zod form resolver. Using PrimeVue forms, I have validate-on-value-update activated: <Form v-slot="$form" :initial-values="form.data()"...
Christopher Ansbaugh's user avatar
0 votes
0 answers
31 views

PrimeVue offers a convenient way to work with an InputGroup, like: <InputGroup> <InputGroupAddon> <i class="pi pi-user"></i> </InputGroupAddon> ...
willeM_ Van Onsem's user avatar
0 votes
1 answer
121 views

I am using Primevue's Sakai template https://github.com/primefaces/sakai-vue and would like to set what the primary colour of the Aura theme should be before the app is loaded, for example using a ...
Nicola Zilio's user avatar
0 votes
1 answer
215 views

Is it possible at all to set up a DataTable in PrimeVue where rowGroupMode is set to rowspan and groupRowsBy is done on multiple columns? For example: Time and User always span the same number of ...
Nicola Zilio's user avatar
0 votes
1 answer
331 views

I am using the TreeTable component of the PrimeVue library. In the example from the documentation (https://primevue.org/treetable/#filter ) the filters are initialized with: const filters = ref({}); ...
zelite's user avatar
  • 1,535
0 votes
1 answer
319 views

Im trying to implement a simple dialog, but the styles dont apply like it would do This is the component <template> <div class="card flex justify-center"> <...
Alvarado's user avatar
1 vote
1 answer
52 views

What I'm trying to achieve is to listen to the scroll event of the VirtualScroller inside a MultiSelect, so that every time the user scrolls the dropdown panel, I can trigger a custom function. I saw ...
L.txt's user avatar
  • 13
0 votes
0 answers
49 views

I'm using Laravel 11 with Inertia and VueJS 3. I installed Breeze on the project and tested authentication. Everything was working fine until I tested whether the invalid credentials error was ...
Arthur Silva Pereira's user avatar
0 votes
0 answers
410 views

I've been trying to upgrade for a few days now. I have re-read all tickets and forums, but I get the feeling that it's not me doing something wrong, it's just some bug or this design just breaks when ...
JDev's user avatar
  • 2,621
0 votes
0 answers
134 views

I'm trying to use PrimeVue DynamicDialog (https://primevue.org/dynamicdialog) inside my Nuxt 3 application. So I built a simple test page with a button that when clicked has to show a popup with a ...
agodoo's user avatar
  • 594
0 votes
0 answers
86 views

In a vue component I have a autocomplete dropdown: import AutoComplete from 'primevue/autocomplete'; defined in the template as follows: <AutoComplete id="account" v-model="...
Miha's user avatar
  • 321
0 votes
0 answers
108 views

Could you help me with such question, please? In my library I have primevue.ts import type { App } from "vue"; import PrimeVue from "primevue/config"; import Button from "...
Maks_K's user avatar
  • 1
0 votes
0 answers
33 views

I have two ScrollPanels side by side, but the width and height numbers don’t make sense to me. Also I can’t get the height to reach the bottom of the page depending on monitor size and system scale (...
Minnow's user avatar
  • 3
0 votes
0 answers
70 views

I don't understand what the problem is. I installed primevue 4.3.3 and @primeuix In main.ts I connect it like this import PrimeVue from "primevue/config"; import Aura from "@primeuix/...
jusss's user avatar
  • 9
1 vote
1 answer
137 views

I have this piece of code with the Galleria component of PrimeVue. <PrimeGalleria @update:visible="onVisible()" :value="images" v-model:visible="isZoomed" :...
violetflare's user avatar
0 votes
1 answer
309 views

I am trying to use the primevue datepicker in a form submission form. I am using zod as schema validation. The problem is, I cannot enter the date by hand. When I do this, a date already appears and ...
Han Solo's user avatar
0 votes
1 answer
120 views

I have a Dialog in my vue project to display a PDF file. This is how the parent component handles the PDF file. async function openDialog(index: number) { isLoading.value = true; const ...
Febryan Akhdani's user avatar
0 votes
1 answer
114 views

I finally got the PrimeVue hover effects working. I had to add a bit of CSS work to it, since the Designtokens did not all the work. But now the hover effect of the first input field causes the input ...
Han Solo's user avatar
0 votes
2 answers
122 views

I am using the PrimeVue UI component libary. I am trying to change the font size and color of the datepicker but it just won't work. This is my template: <div style="flex: 1;"> ...
Han Solo's user avatar
0 votes
0 answers
19 views

I have working DataTable that works well with ContextMenu when DataTable is in single row select mode. When selectionMode="multiple", however, a right click on one of the selected rows ...
Norm Strassner's user avatar
0 votes
1 answer
143 views

We have moved back to PrimeVue version 4.2.5 as the Form validation in 4.3.2 (and in 4.3.1) does not behave nicely in our forms. The difference can be demonstrated with this demo on Stackblitz The ...
Rene's user avatar
  • 10.6k
0 votes
1 answer
415 views

Is there a away to make PrimeVue InputNumber component use period character as decimal separator instead of comma?
DZN's user avatar
  • 1,658
1 vote
1 answer
763 views

I am using PrimeVue with TailwindCSS and have defined a custom theme preset using definePreset from @primevue/themes. However, my custom background color for the primary button is not being applied ...
Asking's user avatar
  • 4,276
1 vote
5 answers
240 views

Is there a way to disable the InputNumber component value from changing when pressing Up Arrow, Down Arrow, Home, End keys? I tried this but it doesn't help: const onKeyDown = e => { if (e.key =...
DZN's user avatar
  • 1,658
0 votes
0 answers
394 views

Using PrimeVue Form, and am running into issues with v-model: <Form v-slot="$form" :initialValues :resolver @submit="saveShift"> <div>{{ console.log('Slot ...
Robert Benedetto's user avatar
0 votes
1 answer
278 views

Currently using PrimeVue, but the button looks too big y-padding for as shown Left button is PrimeVue button, right button is what I want. Look into the button CSS, I found this it has to do with ...
user824624's user avatar
  • 8,170
0 votes
1 answer
62 views

The toastmessages from PrimeVue ToastEventBus are added to the DOM but not displayed. Does anyone know why? Based on this answer I have the following in page. <!doctype html> <html lang="...
moxi's user avatar
  • 3
1 vote
1 answer
524 views

I have the following project. vite.config.js import { fileURLToPath, URL } from 'node:url' import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueDevTools from 'vite-...
kerner1000's user avatar
  • 3,578
0 votes
1 answer
1k views

I've been experimenting with PrimeVue and am trying to understand how to use their forms. They don't have any example of clearing the form fields. However, there is mention of a "reset" ...
jreeves's user avatar
0 votes
1 answer
556 views

I tried to create a simple validation in vue js using primevue and yup: <script setup> import { Form, FormField } from '@primevue/forms'; import { useToast } from 'primevue/usetoast'; import { ...
YMRP's user avatar
  • 11
2 votes
2 answers
2k views

I am trying to change the column header color in the PrimeVue v4 DataTable, but none of the methods I've tried worked. I might be able to do this by changing the CSS classes globally. If so, what is ...
LearnThings's user avatar
0 votes
1 answer
497 views

My form has a name input and an alias input. They are in a Primevue Form inside a FormField and both have a resolver that checks for required input. When a name is entered in the name field the value ...
Rene's user avatar
  • 10.6k
0 votes
0 answers
589 views

I'm trying to implement a virtual scroller (initially I wanted a Select component with virtual scrolling lazy but I simplified it to try to make it works) to display a list of project (id, name, ...
FloCAD's user avatar
  • 314
0 votes
0 answers
292 views

I'm using PrimeVue tabs. When I use too many tabs in the TabList, it extends beyond the screen and it seems like the 'scrollable' property isn't working as intended. It only works if I set a specific ...
Christopher Ansbaugh's user avatar
1 vote
1 answer
2k views

I'm learning PrimeVue 4 and I can't figure out how to customize its components' design tokens. For example, this page https://primevue.org/iftalabel (under the "themes" tab) has a list of ...
DZN's user avatar
  • 1,658
0 votes
0 answers
362 views

I'm testing out PrimeVue. Created a simple timestamp template that is being imported and displayed in the main App.vue template. See the following code. timestamp and local_timestamp show up correctly ...
jreeves's user avatar
2 votes
3 answers
2k views

I have a vue.js app where I'm using PrimeVue for the UI. I want to have util functions for displaying toasts, but it doesn't seem to work. I have everything set up, but I'm getting the error 'No ...
Maxim's user avatar
  • 719
0 votes
1 answer
130 views

With react i was able to do smth like this: const Component = (props: BaseComponentProps) => <BaseComponent {...props} className={`my-class ${props.className}`} /> a simple way to modify ...
Amereth's user avatar
  • 75
1 vote
0 answers
242 views

I'm trying to use PrimeVue Forms and I have validation working using Valibot (though I think this question is agnostic of what validation framework I'm using). In my template, I have the following: ...
user19343904's user avatar
1 vote
0 answers
708 views

I'm implementing lazy loading with virtual scrolling in a PrimeVue DataTable. The data should be dynamically fetched from an API as the user scrolls. While the initial data fetch (first 25 accounts) ...
Jakob Wolf-Sebottendorff's user avatar
0 votes
1 answer
551 views

I am using Vue via via CDN to add progressive reactivity to a few pages in an existing website. I have found the PrimeView DataTable which seems very capable and offers comprehensive filter ...
njr101's user avatar
  • 9,623
1 vote
0 answers
455 views

I'm trying to use the Toast component from PrimeVue in my Nuxt 3 application but keep encountering the error: No PrimeVue Toast provided. I’ve configured my nuxt.config.ts to include the @primevue/...
Trevor Okwirri's user avatar
0 votes
1 answer
210 views

i need to how to styling AutoComplete component in PrimeVue this is the current code sample <AutoComplete size="small" v-model="selectedEmployee" class="" placeholder=...
Suneth Udayanaga's user avatar
0 votes
0 answers
652 views

I'm using the PrimeVue Forms API with TypeScript, but I encounter TypeScript errors when trying to access form field states via the $form object. This occurs even when following the documentation ...
Asking's user avatar
  • 4,276
0 votes
1 answer
114 views

I'm using Vue3 and for theming I'm using Primevue which I find very pleasing but I came across a problem and I didn't find a way yet to solve it. I have an accordion and I'm simply trying to put the ...
TeamlyDigital's user avatar
0 votes
1 answer
126 views

I've been trying to get PrimeVue set up with my TailwindCSS project for a while. However, I keep running into this issue where, when I add a component, there is 0 styling on it. and it looks like ...
crxtic's user avatar
  • 11

1
2 3 4 5
9