It links the container (element) and the inner input (inputElement). If the focus/blur event fired on input, it fires focus/blur event on the container using element.triggerHandler. If the focus came to the container, it is transferred focus to input using inputElement[0].focus