onFocusOut

fun CommonAttributeGroupFacade.onFocusOut(handler: (FocusEvent) -> Unit)

Add an onFocusOut handler.

This event DOES bubble while onBlur does not.

https://developer.mozilla.org/en-US/docs/Web/API/Element/focusout_event