Skip to content

Commit

Permalink
WIP: solving flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Jan 12, 2024
1 parent b041a56 commit 92758c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/quo/components/wallet/token_input/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,17 @@
controlled-input? (assoc :value external-value)
(not controlled-input?) (assoc :default-value @value))]]

;; TODO: use on-selection change to track cursor position
[rn/view {:style {:position :absolute
:bottom 0
:left (+ 32 8)
;:right (+ 26 8)
:flex-direction :row
:align-items :flex-end
;;
:pointer-events :none
}}
[rn/text-input {:pointer-events :none
[rn/text-input { ;:pointer-events :none
:editable false
:placeholder "0"
:placeholder-text-color (colors/theme-colors colors/neutral-40
Expand Down

0 comments on commit 92758c4

Please sign in to comment.