Mert Sincan
f061fc1d02
refactor: #7090 for DatePicker
2025-01-14 11:43:06 +00:00
Tuğçe Küçükoğlu
81a5df370b
Merge pull request #7066 from J-Michalek/fix/datepicker
...
fix(date-picker): inline used together with range and time options
2025-01-09 15:13:27 +03:00
tugcekucukoglu
df8a416e69
Fixed #7062 - Calendar | Date Picker | Cannot read properties of undefined ( reading 'focus')
2025-01-09 14:57:58 +03:00
Jakub Michálek
a116df09d9
fix(date-picker): inline used together with range and time options
...
When using selectionMode = range, showTime and inline options
together the component would not allow the time of the second
date to be edited.
This seems like a bug to me rather than a intended
behavior of the component.
If it is for some reason intended, it should be documented
that this won't indeed work.
2025-01-09 12:55:14 +01:00
tugcekucukoglu
1536d128ac
Fixed #7010
2025-01-06 09:56:46 +03:00
tugcekucukoglu
f3fee06a3f
Fixed #6981
2024-12-30 13:25:39 +03:00
Yanice Guigou
0d25c43ae2
Fix missing unstyled property inside decrement minute button
2024-12-25 22:41:11 +01:00
Mert Sincan
0415d0b171
Fixed #6739 - DatePicker: manual input not working
2024-12-11 14:45:10 +00:00
Reddy Uppathi
fc703f41db
fix: format date intially
2024-12-07 02:41:35 +05:30
Reddy Uppathi
8fb96cf88e
fix: update time format in 12 hrs format if hourFormat is 12hrs
2024-11-22 02:16:36 +05:30
Tuğçe Küçükoğlu
e0288223fd
Merge pull request #6703 from betavs/hotfix/date-picker-propagation
...
fix(date-picker): prevent events from bubbling when overlay is clicked
2024-11-13 11:04:26 +03:00
tugcekucukoglu
a46cbb346b
Lint fixes
2024-11-12 12:33:15 +03:00
Tuğçe Küçükoğlu
ff099dfac6
Merge pull request #6687 from Alex-Grimes/fix/datepicker-changes-12am-to-12pm-on-date-selection
...
Fix/datepicker changes 12am to 12pm on date selection
2024-11-12 12:03:22 +03:00
betavs
2fd4a8e8a6
fix(date-picker): prevent events from bubbling when overlay is clicked
2024-11-11 20:30:35 +08:00
Tuğçe Küçükoğlu
ebd448f224
Merge pull request #6548 from mergehez/datepicker-missing-toggleCallback
...
fixes #6543 (missing slot prop: toggleCallback)
2024-11-01 12:33:54 +03:00
Alex Grimes
594d470691
removed accidental 1 from line 1588
2024-10-31 08:35:44 -04:00
alex
4f9b65ffaa
simplified no longer necessary else statement
2024-10-30 18:54:16 -04:00
alex
20eb53a16d
modified datePicker to work correctly with 12am
2024-10-30 18:46:11 -04:00
Cagatay Civici
25f716a5f4
Initiated #6651
2024-10-25 23:13:22 +03:00
Mert Sincan
4561acfb8b
Rename `updateValue` with `writeValue` in BaseEditableHolder
2024-10-23 14:04:38 +01:00
Mert Sincan
79f51434d7
Add form support to `DatePicker`
2024-10-18 16:47:00 +01:00
mergehez
1a8c8ee2af
fixes #6543 (missing slot prop: toggleCallback)
2024-10-09 22:16:02 +02:00
Phuc Le
8aeccb6ad5
fix: focus on wrong element
2024-09-26 10:45:15 +07:00
tugcekucukoglu
6065a4e2b5
Related #6474
2024-09-25 15:00:40 +03:00
Tuğçe Küçükoğlu
30c4d0ae66
Merge pull request #6415 from avramz/fix/datepicker-manual-input-year
...
#6347 fix: Datepicker -> Allow user to set year via input when view="year"
2024-09-24 15:39:54 +03:00
tugcekucukoglu
5bc8f2a8e3
Refactor #6435 - pcInput
2024-09-20 15:53:30 +03:00
uros
62d9169c86
#6347 fix: Datepicker -> Allow user to set year via input when view="year"
...
closes #6347
2024-09-17 00:06:58 +02:00
tugcekucukoglu
167b6b2ab0
Fixed #6342
2024-09-11 10:48:04 +03:00
uros
87c1ba43c1
fix: DatePicker: fix showOtherMonths behaviour so it doesn't show other month's dates (instead of prev/next)
...
fixes #6307
2024-09-02 14:53:32 +02:00
tugcekucukoglu
80128bbec6
Fixed #6250
2024-08-21 14:44:30 +03:00
Uros
e038ecd340
#6203 fix: switching to year view when modelValue is populated ( #6204 )
...
* #6203 fix: switching to year view when modelValue is populated
* - remove debug
2024-08-21 11:21:09 +03:00
navedqb
a8bc83d213
Merge branch 'primefaces:master' into fix--6153
2024-08-01 13:57:00 +05:30
navedqb
ab608a277b
fix icon display when inline prop is set
2024-08-01 13:55:23 +05:30
Tuğçe Küçükoğlu
5b18a77f6d
Merge pull request #6068 from andrew-cmdltt/issue-5870
...
fix: add @keydown emit event in DatePicker component
2024-08-01 11:16:35 +03:00
Tuğçe Küçükoğlu
17982945ff
Merge pull request #6155 from cjalex1313/issues/6147
...
Fix datepicker unstyled - https://github.com/primefaces/primevue/issues/6147
2024-08-01 11:05:33 +03:00
Tuğçe Küçükoğlu
7a739a1eb3
Merge pull request #6107 from qburst/master
...
fix : #6106 , DatePicker: cannot type an end date that is the same as the start date
2024-08-01 11:04:16 +03:00
Alex Cioarec
8e7192ad8d
Fix datepicker unstyled
...
Make selections based on attributes not classes
2024-07-31 16:28:32 +03:00
tugcekucukoglu
1d79237d11
Fixed #6122 - New Fluid component
2024-07-26 14:14:05 +03:00
ANTONA09
81a6b78692
fix : #6106 , DatePicker: cannot type an end date that is the same as the start date
2024-07-25 11:55:34 +05:30
cmdltt@mail.ru
27e8caa17b
fix: add @keydown emit event in DatePicker component
2024-07-16 15:06:07 +03:00
Tuğçe Küçükoğlu
064e172520
Merge pull request #5884 from KumJungMin/fix/range-picker-year
...
fix(DatePicker): highlight range of year in yearMode
2024-06-27 14:11:44 +03:00
tugcekucukoglu
c70a9e82f5
Refactor #5886
2024-06-27 14:05:56 +03:00
Tuğçe Küçükoğlu
8416ec6bfc
Merge pull request #5887 from KumJungMin/fix/range-picker-month
...
fix(DatePicker): highlight range of month in monthMode
2024-06-27 14:04:48 +03:00
Mert Sincan
796edf4c11
Fixed #5968 - Improve utils methods in all packages
2024-06-26 08:46:26 +01:00
KumJungMin
9f6c62c73b
fix: highlight range of day in datePicker
2024-06-14 15:27:28 +09:00
KumJungMin
93937046a8
fix: highlight range of year in yearMode
2024-06-14 14:28:04 +09:00
tugcekucukoglu
411d002834
Ports from v3
2024-06-12 17:55:24 +03:00
Mert Sincan
61929eae75
Convert to PrimeVue monorepo
2024-06-11 13:21:12 +01:00