antizer
antizer copied to clipboard
[BUG] input can not write the Chinese
(defn abc [] (let [value (r/atom "")] (fn [] [ant/input {:value @value :on-change #(reset! value (-> % .-target .-value))}])))