Thinking about how I can add {{or: OPTION |OPTION}} to App/Athens Research Projects clojurescript
{{or: OPTION |OPTION}}
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
or:(.+?)
(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
Resources for clojure Athens Research project clojurescript App/Athens Research