ソースを参照

fix the fallback for keywords.

Lucas Stadler 12 年 前
コミット
17af157bc0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      clj/clarity/cljs/clarity.cljs

+ 1 - 1
clj/clarity/cljs/clarity.cljs

@ -90,7 +90,7 @@
90 90
91 91
(def keyword-pattern "^:(\\w+|\\w+(\\.\\w+)*\\/\\w+)$")
92 92
93
(defmethod make-typed-input 'Keyword [m owner {:keys [key val] :as opts}]
93
(defmethod make-typed-input 'Keyword [m owner {:keys [type key val] :as opts}]
94 94
  (om/component
95 95
    (dom/input #js {:type "text"
96 96
                    :value val