fix textarea demo
#3
by
42loops
- opened
No description provided.
on which browser did it not work?
will merge in any case
Thanks!
julien-c
changed pull request status to
merged
when using textContent
from the textarea, you are getting the initial content of the textarea and not the current value which is accessible with .value
see https://codesandbox.io/s/lucid-mclean-g4srw2?file=/index.html
browser: Google Chrome 114.0.5735.90 (Official Build) (64-bit)
ok! thanks a ton for fixing:)