Matt's Roof Garden

Powered by 🌱Roam Garden
Part of November 4th, 2020

Thinking about how I can add {{or: OPTION |OPTION}} to App/Athens Research Projects clojurescript

Look at hiccup.form or an actual hiccup

New parser would be added as an [App/Athens Research] also take a look at the original components commit

Take a look at how the checkbox was added

Use regex or:(.+?) and then use str/split

(str/split "Hello|World" #"\|") => ["Hello" "World"]

trigter the swaping of option order with onChange

get all values

https://stackoverflow.com/questions/18113495/how-can-i-get-a-list-of-all-values-in-select-box

https://stackoverflow.com/questions/5416767/get-selected-value-text-from-select-on-change/47495878

Referenced in

December 4th, 2020

Resources for clojure Athens Research project clojurescript App/Athens Research

November 4th, 2020