Mehdi Rande
f6293cf4f5
Fix: Trigger outsideClickListener in capture phase to handle stopPropagation
...
This commit addresses the issue where the overlay in components does not hide
when clicking outside the component, if the click event is stopped using
stopPropagation on an element or its parents.
The solution changes the event listener for detecting outside clicks to be
triggered in the capture phase instead of the bubbling phase.
This ensures that the outside click is correctly detected even if
stopPropagation is called.
2025-02-11 18:34:43 +01:00
tugcekucukoglu
61cb4594b0
Fixed #7209 - Form components: wrong default value of variant prop in .d.ts files
2025-02-06 17:37:09 +03:00
王子凌
020d7f9cc3
fix(select): fix the missing of the pass-though prop named `dropdownIcon`
2025-02-06 10:48:03 +08:00
navedqb
dea20c573b
fix: check filter input reference before focusing
2025-02-04 15:25:00 +05:30
Mert Sincan
9ac4c5a07f
fix: update '@primeuix/styles' imports to use 'style' instead of 'theme' across multiple components
2025-01-28 12:37:54 +00:00
tugcekucukoglu
4852576beb
Fixed #7153 - Port all styles to @primeuix/styles
2025-01-27 14:52:25 +03:00
Tuğçe Küçükoğlu
5c78108edc
Merge pull request #7127 from J-Michalek/fix/select-exposed-methods
...
fix(select): add exposed methods to types
2025-01-22 10:44:10 +03:00
J-Michalek
f385d72262
fix(select): add exposed methods to types
2025-01-21 16:04:19 +01:00
tugcekucukoglu
54d2d30a78
Refactor
2025-01-21 11:28:18 +03:00
J-Michalek
260b571673
fix(select): reallign popup after orientation change
2025-01-20 16:54:09 +01:00
Mert Sincan
4ba78a88a6
refactor: #7090 for Select
2025-01-14 11:12:55 +00:00
Mert Sincan
c1f3bdaf72
Fixed #7052 - Select filter in forms (FormField): The filter input is also invalid when select is invalid.
2025-01-13 10:05:37 +00:00
Tuğçe Küçükoğlu
813c516727
Merge pull request #6814 from arpi17/patch-1
...
fix(Select): Set `aria-invalid` attribute in non-editable mode as well
2025-01-09 09:32:19 +03:00
tugcekucukoglu
1b1f988146
Fixed #7029 - Listbox and Select: checkmark different size
2025-01-07 14:12:54 +03:00
ANTONA09
aa3f5c0c5a
fix : #7026 , Select: Editable Dropdown search not working as expected
2024-12-30 14:44:44 +05:30
is-paranoia
1cccd0d3fb
fix: select fluid prop
2024-11-29 23:23:23 +05:00
tugcekucukoglu
0c0008c74b
Fixed #6793
2024-11-22 10:04:17 +03:00
Árpád Illyés
ffda680738
fix(Select): Set `aria-invalid` attribute in non-editable mode as well
2024-11-19 11:41:18 +01:00
Tuğçe Küçükoğlu
a48d2f44bb
Merge pull request #6541 from KumJungMin/fix/issue-6539
...
fix(Select): resolve $el undefined error
2024-11-12 09:36:48 +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
abc4536117
Refactor #6636 - For Select
2024-10-24 17:28:11 +03:00
Mert Sincan
4561acfb8b
Rename `updateValue` with `writeValue` in BaseEditableHolder
2024-10-23 14:04:38 +01:00
Mert Sincan
85133c9795
Update Select.vue
2024-10-23 13:08:32 +01:00
Mert Sincan
ca12435e7c
Update d.ts files
2024-10-21 12:50:34 +01:00
Mert Sincan
a193c1e550
Add form support to `Select`
2024-10-18 16:59:39 +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
KumJungMin
200ae2ee00
fix: resolve $el undefined error
2024-10-08 21:07:45 +09:00
tugcekucukoglu
006d037940
Fixed #6432
2024-10-04 13:13:09 +03:00
tugcekucukoglu
3e93ac1d80
Fixed #6420
2024-10-02 10:25:08 +03:00
uros
a1fecdb9df
#6420 fix: Select: autoFilterFocus stuck when switching between Selects
...
closes #6420
2024-10-01 23:27:37 +02:00
Cagatay Civici
fb88e07bb2
Add material select
2024-09-28 16:26:28 +03:00
김찬민
731747c00f
fix(Select): replace logical OR Operator to Nullish Coalescing Operator
2024-09-27 13:12:04 +09:00
tugcekucukoglu
2341d1492b
Fixed #4431
2024-09-24 10:28:44 +03:00
tugcekucukoglu
2a9fffe3b3
Fixed #6279
2024-09-10 16:23:50 +03:00
Tuğçe Küçükoğlu
9948a50152
Merge pull request #6280 from charlie0228/master
...
feat(Select): avoid IME input issue when typing in filter
2024-09-10 16:22:39 +03:00
tugcekucukoglu
75e4cf3446
Fixed #6286
2024-08-26 09:46:10 +03:00
Charlie
a409d43579
feat(Select): avoid IME input issue when typing in filter
2024-08-23 17:02:01 +08:00
mahmuth
900a1c67a9
Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true
2024-08-08 01:09:05 +03:00
uros
d26a7b74e4
- fix Select.spec.js, Rating.spec.js, RadioButton.spec.js, ProgressSpinner.spec.js
2024-08-01 17:00:16 +02:00
uros
74bf24060a
- fix Select.spec.js
2024-08-01 16:51:40 +02:00
Mateus Scheper
7ce0ed16ff
Fixing "Select also known as Select"
...
It's an impact of changing the component name from "Dropdown" to "Select".
2024-07-28 22:31:20 -03:00
tugcekucukoglu
1d79237d11
Fixed #6122 - New Fluid component
2024-07-26 14:14:05 +03:00
tugcekucukoglu
37fedd0426
Refactor #6084
2024-07-22 16:10:09 +03:00
ANTONA09
79537911b3
fix : #6084 , SELECT: hide clear button when options is empty in Dropdown
2024-07-19 14:35:37 +05:30
ANTONA09
5c461c9aec
fix : #6084 , SELECT: hide clear button when options is empty in Dropdown
2024-07-19 14:32:35 +05:30
tugcekucukoglu
77927e251e
Correctly bind pt options
2024-07-17 15:46:30 +03:00
tugcekucukoglu
544fe3fbb5
Fixed #6000 - Remove .p-fluid and add new fluid property
2024-07-02 12:53:07 +03:00
Mert Sincan
796edf4c11
Fixed #5968 - Improve utils methods in all packages
2024-06-26 08:46:26 +01:00
Mert Sincan
917ef22d9a
Fixed #5847
2024-06-14 09:30:54 +01:00