I've got an input
with google autoComplete
connected.
When the user moves up and down through the seachResults
the value of the input is changed dynamically via JavaScript.
I'd like to capture the value that is in the input at any given time.
I've tried onChange
and onInput
but since no event is getting fired, and the value
of the DOM Node
is not getting set - there are no updates.
How do you detect changes to the input
that are dynamically updated via JavaScript
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…