forma-36
forma-36 copied to clipboard
💡 Proposal - onOpenStateChanged callback for Datepicker component
Forma 36 contribution proposal
The problem
The Datepicker
component doesn't provide any signal whether the popover(Calendar) has been opened or closed. This callback function is crucial to include this component in a popup and to be able to set the window height dynamically.
The proposed solution
Add onOpenStateChanged: (isOpen: boolean | undefined) => void
callback function that we can utilise.
Breaking changes
Marking issue as stale since there was no activity for 30 days