Replies: 1 comment
-
Look at the linked picker example. linkedPicker1Element.addEventListener(Namespace.events.change, (e) => {
linked2.updateOptions({
restrictions: {
minDate: e.detail.date,
},
});
}); |
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
-
I tried the subscribe method with event namespace as "change" but it not working.
Beta Was this translation helpful? Give feedback.
All reactions