onClose

abstract var onClose: (event: SyntheticEvent<*, *>) -> Unit?(source)

Callback fired when the component requests to be closed. Use it in either controlled (see the open prop), or uncontrolled mode (to detect when the Select collapses).

Parameters

{object} event The event source of the callback.