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 get the data dynamically on request after each character is entered. But the first time you click on one of the options, the dropdown closes. I need its state to always be open until the user loses focus on the input.
Strange bug where PrimeVue data is not shown if the async call feeding the data returns too quickly
I’m having a very strange hard to debug problem using Vue 3 and the PrimeVue DataTable, where I am feeding data into a PrimeVue DataTable, which requires API calls for the column data and the row data. For some situations, an additional call needs to be made to get default column data, and other times, we use column data from elsewhere, so 1 less API call.
How to send the exported CSV file from the PrimeVue Table Component to my backend instead of downloading it locally
I’m using PrimeVue Table Component and want to export a CSV file out of it. With this function it works perfectly fine.
How to send the exported CSV file from the PrimeVue Table Component to my backend instead of downloading it locally
I’m using PrimeVue Table Component and want to export a CSV file out of it. With this function it works perfectly fine.