primevue-mirror/packages/primevue
KumJungMin 3ac1ff77ee fix: autoResize issue with v-show by implementing ResizeObserver
- Problem: When using v-show to toggle the visibility of the Textarea component, the auto-resize functionality fails because this.$el.offsetParent returns null when the element is hidden.
- Solution: Added a ResizeObserver to detect size changes and adjusted the resize logic to handle visibility changes. Now, the Textarea component correctly auto-resizes when it becomes visible and when its content or parent size changes.
2024-10-23 21:18:23 +09:00
..
scripts Fixed typo in splitter.js 2024-10-14 16:50:17 +03:00
src fix: autoResize issue with v-show by implementing ResizeObserver 2024-10-23 21:18:23 +09:00
README.md Update README.md 2024-10-16 09:33:53 +03:00
package.json Version 4.1.1 released 2024-10-16 12:50:54 +03:00
rollup.config.mjs Fixed #5968 - Improve utils methods in all packages 2024-06-26 08:46:26 +01:00
tsconfig.json Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
vitest.config.js - confugure vitest 2024-08-01 15:32:14 +02:00

README.md

License: MIT npm version Discord Chat Prime Discussions

PrimeVue Hero

PrimeVue Website

PrimeVue is a rich set of open source UI Components for Vue. Visit the PrimeVue website for interactive demos, comprehensive documentation and additional resources.