Gauthier Tassin
Gauthier Tassin
there is a parameter 'pr_allow_empty' that you can set to true, but it doesn't change anything... so I don't understand why this parameter exists, is this intended or a bug...
is it possible to disallow direct state modification from component using Vue 3 but with Option API ? The readonly function is specified to Composition API. I also tried something...
I agree, addition of component update the components.d.ts file, but deletion of component doesn't. The current solution is to let the wrong components into the components.d.ts file, remove manually the...
Hello there, I have the same use case and i have found a workaround : - delete the `dir="rtl"` from your body tag - let paged.js do the work in...
so this is chrome based issue ? if we use paged.js 0.3.0, we will still get the problem ?
I found a hacky fix : In `CalendarCellTrigger` component replace ```css data-[selected]:hover:bg-primary ``` by ```css data-[selected]:hover:!bg-primary ```