Преглед на файлове

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