fix watch address input field (#19051)
This commit is contained in:
parent
d637f69a45
commit
c15084fffa
|
@ -30,6 +30,7 @@
|
||||||
on-change-text (fn [new-text]
|
on-change-text (fn [new-text]
|
||||||
(reset! validation-msg (validate new-text))
|
(reset! validation-msg (validate new-text))
|
||||||
(reset! input-value new-text)
|
(reset! input-value new-text)
|
||||||
|
(reagent/flush)
|
||||||
(if (and (not-empty new-text) (nil? (validate new-text)))
|
(if (and (not-empty new-text) (nil? (validate new-text)))
|
||||||
(rf/dispatch [:wallet/get-address-details new-text])
|
(rf/dispatch [:wallet/get-address-details new-text])
|
||||||
(rf/dispatch [:wallet/clear-address-activity-check]))
|
(rf/dispatch [:wallet/clear-address-activity-check]))
|
||||||
|
|
Loading…
Reference in New Issue