💡 Proposal - onOpenStateChanged callback for Datepicker component #2603
Labels
needs review
Proposal/bug that needs to be reviewed by maintainers
proposal
stale
Used to mark when there was no activity for a set period of time
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
The text was updated successfully, but these errors were encountered: