• Provides an action to blur the element when any pointer down event occurs outside the element. This can be useful for input elements including select to blur / unfocus the element when any pointer down occurs outside the element.

    Parameters

    • node: HTMLElement

      The node to handle automatic blur on focus loss.

    Returns ActionReturn

    Lifecycle functions.