Taking accurate Components (Input/Button) focus on overlapping Elements #1007
Unanswered
EL-File4138
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello @EL-File4138, I wasn't able to compile your example. At first sight, I believe I would put all the Would that work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm writing a mock ATM UI as a practice. Below is my intended design.
And the current code implementation I've done:
However, the middle column is not behaving properly as intended. All the Input components can't take focus on active pages, and the rendered elements seem to overlap invisibly: When I first switch to the Deposit/Withdraw page, then switch to the Transaction page, upon clicking on "Amount", It would just switch to the Info page and display an input error, like I've just clicked the Deposit/Withdraw button without respective input.
I know I'm probably not dealing with the distinction of components/elements right, but I really cannot bend my mind to comprehend the active/inactive/focus/defocus paradigm. Would be much grateful for any help.
Beta Was this translation helpful? Give feedback.
All reactions