3ac1ff77ee
- 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. |
||
---|---|---|
.. | ||
scripts | ||
src | ||
README.md | ||
package.json | ||
rollup.config.mjs | ||
tsconfig.json | ||
vitest.config.js |
README.md
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.