Open WissamProgress opened 4 months ago
The onOpen and onClose events are not triggered when setting them as follows:
popupSettings={{ onOpen: () => { console.log('onOpen'); // This event never fires }, onClose: () => { console.log('onClose'); // This event never fires }, }}
The onOpen and onClose events from the DropDownsPopupSettings work.
Set the onOpen and onClose events to the popupSettings prop:
https://stackblitz.com/edit/react-buunfp-qn5h1e?file=app%2Fapp.tsx
Reported in Ticket ID: 1658251
Reported again in Ticket ID: 1669551
I'm submitting a...
Current behavior
The onOpen and onClose events are not triggered when setting them as follows:
Expected behavior
The onOpen and onClose events from the DropDownsPopupSettings work.
Minimal reproduction of the problem with instructions
Set the onOpen and onClose events to the popupSettings prop:
https://stackblitz.com/edit/react-buunfp-qn5h1e?file=app%2Fapp.tsx
Reported in Ticket ID: 1658251