Fork me on GitHub
#cider
<
2020-09-09
>
ozzloy02:09:59

well, this is also probably not a repl issue, but the clojurescript channel is asleep

ozzloy02:09:05

but here goes:

ozzloy02:09:39

(set! (. temp-input -value) "") works in a repl, but not when i put it in a file.

ozzloy02:09:01

i tried (gdom/setTextContent temp-input "") which does nothing at all to the text field.

ozzloy02:09:16

figured it out. i was not reloading things correctly. incorrectly using the atom