fixed: input field does not adjust its size to the scanned data from a QR code

This commit is contained in:
John Ngei 2024-02-02 23:14:49 +01:00 committed by GitHub
parent 4dded72878
commit 9c884d1173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
:button (when empty-input?
{:on-press paste-on-input
:text (i18n/label :t/paste)})
:value @input-value}]
:value (or scanned-address @input-value)}]
[quo/button
{:type :outline
:on-press (fn []