A have form with lots of inputs. Each one of them gets validated and saved on focus out.
The trouble is that when user autofills several inputs by Chrome, there is no focusout events on that field, so they are not saved.
Is it possible to catch event when Chrome fills inputs - to validate them at that moment?