Commit graph

104 commits

Author SHA1 Message Date
Tuğçe Küçükoğlu
4ad8cd7406
Merge pull request #5850 from neilpadfield/fix/api-docs-patch-1
Fix documented default for emptyMessage on several components
2024-06-10 11:50:39 +03:00
Tuğçe Küçükoğlu
6c05222fd4
Merge pull request #5758 from KumJungMin/fix/issue-4488
fix(Dropdown): prevent horizontal scroll, when dropdown item selecting
2024-06-10 10:37:40 +03:00
Neil Padfield
7c4f295adb Fix default values for emptyMessage on several components
Fixed the documented default value for the "emptyMessage" property for the Dropdown, Listbox, MultiSelect and TreeSelect components in the components' type definition files. I have changed the values from "No results found" to "No available options".
2024-06-07 14:47:40 +01:00
tugcekucukoglu
1509d573df Fixed #5833 - MultiSelect / Listbox / Dropdown: Unable to use some navigation keys when editable is true 2024-06-07 11:01:06 +03:00
KumJungMin
e156b25d7c fix: prevent horizontal scroll when 2024-05-18 19:54:59 +09:00
tugcekucukoglu
c390ba7270 Fixed #5277 - Dropdown: aria-label missing from inner ul element 2024-04-24 09:03:12 +03:00
tugcekucukoglu
6615f31d8a Fixed #5593 - Hydration defects 2024-04-16 12:35:02 +03:00
Tuğçe Küçükoğlu
52fc48780a
Merge pull request #5486 from i7slegend/fix/5412-twice-render
Fix #5412 - Twice render if attribute id not defined
2024-04-03 17:45:37 +03:00
tugcekucukoglu
5a099a0f52 Fixed #5445 - Dropdown: throws error when grouped item is selected 2024-04-02 16:35:31 +03:00
tugcekucukoglu
fce857ae8c Fixed #5470 - Dropdown Pass Through: item 2024-03-29 08:32:58 +03:00
i7slegend
85a9455c84 PR checker #5412 - prettier warns 2024-03-28 02:27:46 +03:00
i7slegend
3a134dd561 Fix #5412 - Twice render if attribute id not defined 2024-03-27 05:37:32 +03:00
Bobbie Goede
d7000e41eb fix(types): augment GlobalComponent interface in vue module 2024-03-14 23:58:11 +01:00
tugcekucukoglu
cb3f9686b9 Add comment 2024-02-23 15:31:07 +03:00
Tuğçe Küçükoğlu
f230253658
Merge pull request #5269 from primefaces/issue-5138
Fixed #5138 - Dropdown: esc keypress propagates and triggers close in…
2024-02-23 15:30:04 +03:00
Fahad
8f0d3188cd
feat(dx): Improve hinted string types (#5286) 2024-02-23 08:38:50 +00:00
tugcekucukoglu
2a657bc85b Fixed #5293 - aria-invalid state added to Input components 2024-02-16 14:42:42 +03:00
tugcekucukoglu
83818568a4 Fixed #5138 - Dropdown: esc keypress propagates and triggers close in dialogs 2024-02-13 15:28:17 +03:00
mertsincan
dd84dbbb60 Refactor #5257 2024-02-11 08:10:29 +00:00
tugcekucukoglu
6b02c7db37 Fixed #5215 - Dropdown / MultiSelect : Incorrect alignment on filtering 2024-02-07 15:59:20 +03:00
navedqb
ceb23b0de7
fixes incorrect position of dropdown on filter 2024-02-05 16:34:11 +05:30
mertsincan
60f08422e6 Fixed #5214 - Move core alignment styles to theme files 2024-02-05 10:44:41 +00:00
Cagatay Civici
3ca7807f65 Fixed #5208 - Update default dropdown filter icon 2024-02-05 01:25:02 +03:00
tugcekucukoglu
45a23e9211 Refactor #5176 2024-02-02 14:46:26 +03:00
Cagatay Civici
cbaca0cd0e Refactor filled variant 2024-02-01 15:39:56 +03:00
tugcekucukoglu
ff22cfe15e Fixed #5176 - variant added 2024-01-31 11:02:53 +03:00
mertsincan
4836654f7b Fixed #5179 - Improve data-pc- structure in components 2024-01-30 14:35:32 +00:00
tugcekucukoglu
a9a254915c Refactor #5176 - invalid property added 2024-01-30 14:27:56 +03:00
mertsincan
3d3d65c2b4 Refactor #5141 2024-01-24 12:30:47 +00:00
tugcekucukoglu
ef7b07d1e6 Merge branch 'master' of https://github.com/primefaces/primevue 2024-01-24 14:54:30 +03:00
tugcekucukoglu
ea75e45b3f Fixed #5140 - Search with null/undefined values breaks rendering 2024-01-24 14:54:14 +03:00
mertsincan
321a3e87e1 Refactor #5141 2024-01-24 11:26:29 +00:00
mertsincan
2b1400a615 Refactor #5141 2024-01-24 10:50:41 +00:00
mertsincan
df5142074d Fixed #5141 - Add highlightOnSelect and showTick props to Dropdown 2024-01-24 10:44:00 +00:00
mertsincan
8f7ee3ac33 Reverted #4953 2024-01-23 18:06:31 +00:00
mertsincan
2072631cda Fixed #5130 - Add focusOnHover props to some components 2024-01-23 13:08:06 +00:00
tugcekucukoglu
1a048a0fd1 Fixed #5096 - autoOptionFocus default type is changed as false 2024-01-17 12:44:08 +03:00
Alexander
e8b5b8f3e3
fix(#4953): use beforeMount to generate unique component id (#4954) 2024-01-16 11:28:03 +00:00
akshayaqburst
6f71f8195e
fix: Primefaces#5060, Dropdown: After selecting an option, clearing the value using close icon should clear the filter input (#5061)
* fix: Primefaces#5060, Dropdown: After selecting an option, clearing the value using close icon should clear the filter input

* fix: Primefaces#5060, Dropdown: After selecting an option, clearing the value using close icon should clear the filter input

---------

Co-authored-by: Akshay Antony <akshayantony55@gmail.com>
2024-01-16 11:15:32 +00:00
tugcekucukoglu
6d07500c64 Fixed #4905 - wrong type appendTo props 2024-01-08 12:33:05 +03:00
FlipWarthog
d9b5c591a7
Fix #4567 - DropDown: Labels unassociated from DropDown unless :editable="true" (#4572)
* Fix #4567: DropDown: Labels unassociated from DropDown unless :editable="true"

* Format fix
2023-12-22 00:29:17 +00:00
mertsincan
e0de315cfc Fixed #3602 - Keyboard support: Numpad enter 2023-12-20 10:45:43 +00:00
tugcekucukoglu
aa7d0ecaa6 Fixed #4509 2023-12-13 11:26:35 +03:00
harundemr
225c470d73 corrected android device check 2023-12-07 20:59:01 +03:00
Harun Demir
0a10427acc
Merge branch 'primefaces:master' into master 2023-12-07 20:54:11 +03:00
tugcekucukoglu
d77809017d Fixed #4923 - Dropdown: Overlapping Clear Icon while disabled 2023-12-07 14:09:01 +03:00
mertsincan
eb00b8ee23 Fixed #4929 - Add parent param to all pt method options 2023-12-05 11:06:32 +00:00
tugcekucukoglu
d382e6c960 paret parameter added 2023-12-05 12:49:37 +03:00
tugcekucukoglu
8eea973282 parent updates for .d.ts files and apidoc 2023-12-05 10:06:55 +03:00
harundemr
ab23d57011 Fix #4509 - Editable dropdown doesn't open when typing on a mobile device 2023-11-25 13:55:49 +03:00