focusout
O evento focusout
é acionado assim que o elemento perde o foco. A principal diferença entre esse evento e o evento blur
(en-US), é que esse ultimo não gera "borbulhas".
Informações Gerais
- Especificação
- Interface
FocusEvent
(en-US)- Borbulha
-
Sim
- Cancelável
-
Não
- Alvo
-
Element
- Ação Padrão
-
Nenhuma.
Propriedades
Property | Type | Description |
---|---|---|
target Somente leitura |
EventTarget |
Event target losing focus. |
type Somente leitura |
DOMString |
The type of event. |
bubbles Somente leitura |
Boolean |
Whether the event normally bubbles or not. |
cancelable Somente leitura |
Boolean |
Whether the event is cancellable or not. |
relatedTarget Somente leitura |
EventTarget (DOM element) |
Event target receiving focus. |
Compatibilidade com navegadores
BCD tables only load in the browser