(cloud) Made search work consistently
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
:max max
|
||||
:step "0.01"
|
||||
:style (or style
|
||||
{:width "8em"})}]
|
||||
{:width "7em"})}]
|
||||
[:span.icon.is-left
|
||||
[:i.fa.fa-usd]]]))
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
:on-change (fn [v]
|
||||
(re-frame/dispatch (conj on-change-event v)))}
|
||||
|
||||
[:div.columns
|
||||
[:div.columns {:style {:width "80%"}}
|
||||
[:div.column
|
||||
[:div.control
|
||||
[form-builder/raw-field-v2 {:field :amount-gte}
|
||||
@@ -17,5 +17,6 @@
|
||||
[:div.column
|
||||
[:div.control
|
||||
[form-builder/raw-field-v2 {:field :amount-lte}
|
||||
[com/money-input {:placeholder "<="}]]]]]]
|
||||
[com/money-input {:placeholder "<="}]]]]
|
||||
[:div.column]]]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user