Replies: 1 comment
-
Hi @qusaikg , would you please make two issues for this: a bug issue for the onChange callback and a feature request for the value setting? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently use the
TimePicker
andDatePicker
components in our app, but need the ability to control theTimePicker
values from the parent component, such as<TimePicker value="11:30" />
. The current implementation doesn't support this feature.Additionally, we've observed that the onChange callback is triggered twice on initial render, which appears to be a bug.
Could we add support for controlled components and address the callback issue? Your assistance would be appreciated.
copy @werdnanoslen
Beta Was this translation helpful? Give feedback.
All reactions