0
Data binding?
https://www.sololearn.com/learn/1018/?ref=app How can I create this same affect with pure Js?
5 odpowiedzi
+ 3
You should listen for a key down event on the input, that update the Dom with the new value
+ 2
Here you go...
https://code.sololearn.com/WvPG16TPPvTf/?ref=app
Note that sometime simple JavaScript could be less verbose and fast response. Don't always use JavaScript framework for simple codes.
+ 1
Lol. Figured it out last night. But thanks.
Also, is that able to get the value because it's directly connected by an event attribute rather than an external js event?
0
Can I have an example? It should give me an idea on how to do it.