Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2019, 18:09
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 1 mes
Puntos: 1146
Respuesta: onChange sin perder foco

Haz probado con

Código Javascript:
Ver original
  1. miInput.addEventListener('input', function(datos){
  2.     console.log('this', this, 'datos', datos);
  3. })