You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing value to the Datepicker then start value is showing a combination of both start and end date
If we remove value to Datepicker and select the dates using keyboard, with the keyboard interaction always the onChange function is getting triggered and not moving to the next elements. This is especially challenging when trying to select the dates using only a keyboard.
If we pass value in Datepicker select the start and end dates, then startValue is coming as a combination of start and end date, with keyboard interaction it's going to the next element.
If we remove value in Datepicker and select the dates with keyboard and pressing tab not going to the next element, after end date always onChange function is getting triggered.
Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Package
@carbon/react
Browser
Chrome, Safari, Firefox, Edge
Package version
v1.57.0
React version
v18.3.1
Description
When passing value to the Datepicker then start value is showing a combination of both start and end date
If we remove value to Datepicker and select the dates using keyboard, with the keyboard interaction always the onChange function is getting triggered and not moving to the next elements. This is especially challenging when trying to select the dates using only a keyboard.
Reproduction/example
https://stackblitz.com/edit/github-pjo2fh?file=src%2FApp.jsx&preset=node=
Steps to reproduce
Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: