cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
ozzloy 2020-09-09T02:28:59.107600Z

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

ozzloy 2020-09-09T02:29:05.107800Z

but here goes:

ozzloy 2020-09-09T02:29:39.108500Z

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

ozzloy 2020-09-09T02:30:14.108900Z

how do i clear a form input text field? following this guide https://www.learn-clojurescript.com/section-2/lesson-15-capstone-temperature-converter/

ozzloy 2020-09-09T02:31:01.109700Z

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

ozzloy 2020-09-09T02:42:16.110300Z

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