onBlur

abstract override var onBlur: FocusEventHandler<HTMLElement>?(source)

Callback fired when the input is blurred.

Notice that the first argument (event) might be undefined.