Skip to content

Commit

Permalink
fix(focus): fix focus when entering words on import account (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Jan 31, 2024
1 parent e7d6eae commit 2f5b1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/layouts/log_in/enter_seed_words.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ pub fn Layout(cx: Scope, pin: UseRef<String>, page: UseState<AuthPages>) -> Elem
},
input::Input {
aria_label: "recovery-seed-input".into(),
focus: true,
placeholder: get_local_text("enter-seed-words.placeholder"),
onchange: move |(x, is_valid)| {
if is_valid {
Expand Down

0 comments on commit 2f5b1fa

Please sign in to comment.