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
fix(input-time-picker): isolate calciteTimeChange event listener to just the component instance it was fired from (#12109)
**Related Issue:** #11712
## Summary
This PR fixes a critical issue caused by changes added in #11712 that
caused multiple instances of `calcite-input-time-picker` on a single
page to get updated when only 1 instance's value changed.
0 commit comments