well, this is also probably not a repl issue, but the clojurescript channel is asleep
but here goes:
(set! (. temp-input -value) "")
works in a repl, but not when i put it in a file.
how do i clear a form input text field? following this guide https://www.learn-clojurescript.com/section-2/lesson-15-capstone-temperature-converter/
i tried (gdom/setTextContent temp-input "")
which does nothing at all to the text field.
figured it out. i was not reloading things correctly. incorrectly using the atom