antizer icon indicating copy to clipboard operation
antizer copied to clipboard

[BUG] input can not write the Chinese

Open Anyhow-crane opened this issue 5 years ago • 0 comments

(defn abc [] (let [value (r/atom "")] (fn [] [ant/input {:value @value :on-change #(reset! value (-> % .-target .-value))}])))

Anyhow-crane avatar Sep 24 '19 11:09 Anyhow-crane