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
GitHub Actions Bot
508428fdc7
Code Format
2024-06-07 09:30:30 +00:00
Tuğçe Küçükoğlu
aa998f9254
Merge pull request #5798 from qburst/fix--5792
...
fix: paste function bug in integerOnly mode
2024-06-07 12:28:56 +03:00
tugcekucukoglu
ad15757ccb
Fixed #5816 - Invalid Prop Type For Strong and Medium Regex on Password Component
2024-06-07 12:05:40 +03:00
tugcekucukoglu
bb78488f04
Fixed #5826 - TieredMenu: Popup overlay does not close on escape key press
2024-06-07 11:48:18 +03: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
tugcekucukoglu
5fdba8c0c3
Fixed #5828 - ContextMenu:there are no emitters before-show and before-hide
2024-06-07 09:45:43 +03:00
KumJungMin
401dd22567
fix(DataTable): allow control c key for copy a table content. ( #5757 ) ( #5759 )
...
* fix: allow control c key
* fix: prevent all text select when MultipleSelectionMode
* fix: prevent text all select when select mode
* fix: blocks event only it is not copy shortcut.
2024-06-03 14:46:20 +03:00
Tuğçe Küçükoğlu
c1a82b1497
Merge pull request #5796 from jacobtylerwalls/patch-2
...
Fix typo in editorInitCallback docstring
2024-06-03 14:37:21 +03:00
navedqb
732a20b919
fixes paste function issue in integerOnly
2024-05-29 10:30:44 +05:30
Jacob Walls
bf36ea37c3
Fix typo in editorInitCallback docstring
2024-05-28 18:38:22 -04:00
tugcekucukoglu
c543d2a84e
Lint fixes
2024-05-16 13:42:28 +03:00
Tuğçe Küçükoğlu
30f36fb775
Merge pull request #5741 from qburst/master
...
fix: primevue #5740 , InputOtp: Able to paste otp in readonly and disabled modes
2024-05-16 13:40:12 +03:00
Tuğçe Küçükoğlu
5cac0f0e3e
Merge pull request #5688 from KumJungMin/issue-5687_
...
Fix #5687 : delete month parameter on onMonthSelect
2024-05-16 12:53:53 +03:00
tugcekucukoglu
71444759dc
Fixed #5726
2024-05-16 12:50:43 +03:00
Tuğçe Küçükoğlu
3279e5c408
Merge pull request #5731 from simplyratl/fix-pasting-on-readonly-inputnumber
...
fix: pasting on readonly InputNumber
2024-05-16 12:49:36 +03:00
Tuğçe Küçükoğlu
5205278ef4
Merge pull request #5730 from qburst/fix--5726
...
fix: disable paste functionality in readonly mode
2024-05-16 12:49:29 +03:00
Tuğçe Küçükoğlu
3c4e621fdd
Merge pull request #5672 from Rekl0w/Fix#5671
...
Fix #5671 : Unused codes removed
2024-05-16 12:41:16 +03:00
navedqb
7e200f035c
added missing semicolon
2024-05-15 13:50:51 +05:30
ANTONA09
3607d6e56d
fix: primevue #5740 , InputOtp: Able to paste otp in readonly and disabled modes
2024-05-15 13:20:25 +05:30
ANTONA09
358badd2eb
fix: primevue #5740 , InputOtp: Able to paste otp in readonly and disabled modes
2024-05-15 13:14:22 +05:30
nikicaraznatovic
f7663088a7
chore: fix pasting on readonly InputNumber
2024-05-13 19:23:26 +02:00
nikicaraznatovic
8eda1032df
fix pasting on readonly InputNumber
2024-05-13 19:09:11 +02:00
navedqb
0465a2a668
fix: disable paste function on readonly mode
2024-05-13 22:14:21 +05:30
tugcekucukoglu
cc25595af2
Fixed #5713 - PrimeIcons API updates
2024-05-10 16:30:06 +03:00
tugcekucukoglu
a6413423ae
Refactor #5713
2024-05-09 15:20:06 +03:00
KumJungMin
e590ce7aa3
fix: delete month parameter on onMonthSelect
2024-05-03 22:26:25 +09:00
Batuhan Tomo
91fa27241f
Fix #5671 : Unused codes removed
2024-05-01 15:15:01 +03:00
GitHub Actions Bot
d839fe70f6
Update API doc
2024-04-26 07:42:46 +00:00
Tuğçe Küçükoğlu
1a004acd74
Merge pull request #5638 from m-meier/patch-#5498
...
fix(DataTable): fix rowClass type definition and improve usage documentation for rowClass and rowStyle. Fixes #5498
2024-04-26 10:41:46 +03:00
tugcekucukoglu
c6fccbee13
Fixed #5604 - Paginator: Responsive Templating showing multiple layouts on break points
2024-04-25 12:08:37 +03:00
tugcekucukoglu
260fc88c02
Fixed #5602
2024-04-25 11:47:54 +03:00
tugcekucukoglu
1bdaf73576
Fixed #5170 - InputNumber can't enter 0.0x using minFractionDigits/mode="currency"
2024-04-25 09:54:35 +03:00
tugcekucukoglu
29866a1145
Refactor
2024-04-24 17:52:25 +03:00
tugcekucukoglu
65ecb9fb97
Fixed #4938 - Calendar: Input value is not updated when model is changed externally
2024-04-24 13:13:07 +03:00
tugcekucukoglu
8a79cdecff
Fixed #5225 - Toast: Race condition on remove
2024-04-24 12:23:32 +03:00
tugcekucukoglu
1d9c036f31
Fixed #5545 - InputNumber Not Working android
2024-04-24 11:10:15 +03:00
Michael Meier
6472bb6f04
fix(DataTable): fix rowClass type definition and improve usage documentation for rowClass and rowStyle. Fixes #5498
2024-04-24 09:51:17 +02:00
tugcekucukoglu
6004166df9
Fixed #5635 - InputOp: Digits only doesn't work on mobile
2024-04-24 09:34:19 +03:00
Tuğçe Küçükoğlu
76c0c37ff7
Merge pull request #5637 from bdh92123/master
...
Fixed #5372 : DataTable: Modifying value of expendedRow is n…
2024-04-24 09:09:06 +03:00
tugcekucukoglu
c390ba7270
Fixed #5277 - Dropdown: aria-label missing from inner ul element
2024-04-24 09:03:12 +03:00
Baek
0f33cc7fed
Fixed primefaces#5372: DataTable: Modifying value of expendedRow is not reflected
2024-04-24 12:42:16 +09:00
tugcekucukoglu
aa345b66ea
Template pages discount implementation
2024-04-22 10:57:06 +03:00
tugcekucukoglu
169a9af8eb
Fixed #5599 - Menu / Stepper: Pass Through Unstyled Mode
2024-04-19 15:28:49 +03:00
tugcekucukoglu
b0b91c2050
Fixed #5618 - AutoComplete: Enter does not submit form
2024-04-19 15:11:30 +03:00
Tuğçe Küçükoğlu
f1e3ded7da
Merge pull request #5619 from carldenigma/master
...
#5618 - Updated AutoComplete to allow form submission using return
2024-04-19 15:10:57 +03:00
GitHub Actions Bot
d1a26a2bdb
Code Format
2024-04-19 11:52:56 +00:00
Tuğçe Küçükoğlu
dd71f32314
Merge pull request #5607 from thristov78/patch-1
...
Fixed #5596 - Calendar: Hours are set to 00 when clicking the "Today" button
2024-04-19 14:51:19 +03:00
GitHub Actions Bot
63b5ca7523
Code Format
2024-04-19 11:47:39 +00:00
Tuğçe Küçükoğlu
4ed80b33ff
Merge pull request #5568 from XavierChevalier/fix/sidebar-reactive-dismissable-property
...
fix(sidebar): dismissable property should still be reactive after mount
2024-04-19 14:46:01 +03:00