fixed error.
This commit is contained in:
@@ -125,7 +125,6 @@
|
||||
]
|
||||
(r/create-class
|
||||
{:reagent-render (fn [{:keys [matches on-change disabled match->text field value class not-found-description]}]
|
||||
(println "RENDERING ZZ" value)
|
||||
(let [select (fn [entity]
|
||||
(when on-change
|
||||
(if (= :not-found entity)
|
||||
@@ -134,7 +133,7 @@
|
||||
text-atom text
|
||||
text (or (when value (match->text value)) @text)
|
||||
valid-matches (get-valid-entity-matches matches not-found-description not-found-value text match->text)]
|
||||
(println "TEXT" value (match->text value) text)
|
||||
|
||||
[:div.typeahead
|
||||
(if disabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user