-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Input-Date-Picker] valueAsDate array value not handled by watcher #10291
Labels
ArcGIS Maps SDK for JavaScript
Issues logged by ArcGIS SDK for JavaScript team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
calcite-components
Issues specific to the @esri/calcite-components package.
impact - p3 - not time sensitive
User set priority impact status of p3 - not time sensitive
Milestone
Comments
maxpatiiuk
added
0 - new
New issues that need assignment.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
needs triage
Planning workflow - pending design/dev review.
labels
Sep 12, 2024
github-actions
bot
added
ArcGIS Maps SDK for JavaScript
Issues logged by ArcGIS SDK for JavaScript team members.
calcite-components
Issues specific to the @esri/calcite-components package.
impact - p3 - not time sensitive
User set priority impact status of p3 - not time sensitive
labels
Sep 12, 2024
Possibly handled by #8402. cc @anveshmekala |
geospatialem
removed
the
needs triage
Planning workflow - pending design/dev review.
label
Sep 16, 2024
Handled here |
anveshmekala
added
2 - in development
Issues that are actively being worked on.
and removed
0 - new
New issues that need assignment.
labels
Sep 18, 2024
anveshmekala
added a commit
that referenced
this issue
Oct 23, 2024
…#8402) **Related Issue:** #3455, #10113 ## Summary Update `calcite-date-picker` & `calcite-input-date-picker` UI & UX. ![4D1CFC3C-8FF9-4493-9178-4DEDA0417031](https://github.com/user-attachments/assets/4b1f5a12-85df-4577-b1cd-812c22e41ef7) ### Key changes - display two calendars for range irrespective of layout. - No longer switches focus from day to end input when startDate is selected initially. - Month selection is possible via select menu - No longer positions the date-picker component relative to endInput when endInput is focused in range. - Dates from previous months are not visible in range calendar. - Divider indicator icons are removed in horizontal layout for range in input-date-picker. - No longer uses chevron icon which indicate the open status of input-date-picker in startInput field. Other issues resolved : #6321 #6410 #10301 #10291 #10113 #10243 #10490 Blocked issues: #9167 Wiki https://github.com/Esri/calcite-design-system/wiki/date%E2%80%90picker-enhancement-%238402
anveshmekala
added
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
and removed
2 - in development
Issues that are actively being worked on.
labels
Oct 23, 2024
Installed and assigned for verification. |
Issue #3455 has been closed, this issue is ready for re-evaluation. |
This does not seem to be an issue any more, not getting any errors as described. |
DitwanP
removed
the
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
label
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ArcGIS Maps SDK for JavaScript
Issues logged by ArcGIS SDK for JavaScript team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
calcite-components
Issues specific to the @esri/calcite-components package.
impact - p3 - not time sensitive
User set priority impact status of p3 - not time sensitive
Check existing issues
Actual Behavior
The type of
valueAsDate
isDate | Date[]
.However, the watcher here has wrong type:
calcite-design-system/packages/calcite-components/src/components/input-date-picker/input-date-picker.tsx
Lines 189 to 190 in 791fd78
this.datePickerActiveDate
has typeDate
, so assigningDate[]
to is is an errorExpected Behavior
Update the watcher to handle the
Date | Date[]
property typeReproduction Sample
Reproduction Steps
Reproduction Version
2.13.0-next.9
Relevant Info
No response
Regression?
No response
Priority impact
impact - p3 - not time sensitive
Impact
No response
Calcite package
Esri team
ArcGIS Maps SDK for JavaScript
The text was updated successfully, but these errors were encountered: