Results 17 issues of Daniel Higginbotham

Inputs of type `:email` and `:number` exhibit the [controlled-input cursor bug](https://github.com/reagent-project/reagent/blob/master/doc/ControlledInputs.md): as you type, the cursor will always reappear at the end end of the input. Inputs of type `:text`...

bug
controlled-inputs

This: ```clojure (charred.api/write-json-str {{:a :b} {:c :d}}) ``` Results in this: ``` Execution error (CharredException) at charred.JSONWriter/writeMap (JSONWriter.java:189). JSON encoding error - Map keys must be strings ``` My expectation...