Commit Graph

16 Commits (180c921c894f0537767c33b0568754c773caa960)

Author SHA1 Message Date
tugcekucukoglu 3aa69fe877 Refactor #4510 2024-11-13 10:52:00 +03:00
Tuğçe Küçükoğlu aa92d01043
Merge pull request #6630 from KumJungMin/fix/issue-4510
fix(TextArea): autoResize issue with v-show by implementing ResizeObserver
2024-11-13 10:51:30 +03:00
Cagatay Civici b1822ff9ef Fixed #6672 - New Design Token for invalid placeholder color 2024-10-28 23:55:20 +03:00
Cagatay Civici 25f716a5f4 Initiated #6651 2024-10-25 23:13:22 +03:00
tugcekucukoglu ccb053e835 Refactor #6636 - For Textarea 2024-10-24 17:29:13 +03:00
Mert Sincan 4561acfb8b Rename `updateValue` with `writeValue` in BaseEditableHolder 2024-10-23 14:04:38 +01:00
KumJungMin 656ac72dd4 fix: convert onBeforeUnmount to beforeUnmount hook 2024-10-23 21:59:36 +09:00
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
Mert Sincan ca12435e7c Update d.ts files 2024-10-21 12:50:34 +01:00
Mert Sincan cff6d40f0d Add form support to `Textarea` 2024-10-18 17:24:24 +01:00
崮生 1500542e62
fix: #5903 (#6088)
* fix: #5903

* renaming GlobalComponentConstructor https://github.com/primefaces/primevue/pull/6088#issuecomment-2374917228

* Delete package-lock.json

* Update how component types are defined
2024-10-09 09:04:31 +01:00
tugcekucukoglu 1d79237d11 Fixed #6122 - New Fluid component 2024-07-26 14:14:05 +03:00
tugcekucukoglu 544fe3fbb5 Fixed #6000 - Remove .p-fluid and add new fluid property 2024-07-02 12:53:07 +03:00
GitHub Actions Bot 03c536bd6c Code Format 2024-06-14 14:56:05 +00:00
Mert Sincan f02874cc18 Refactor on d.ts 2024-06-12 00:08:08 +01:00
Mert Sincan 61929eae75 Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00