-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quo2: Token Input #16819
Quo2: Token Input #16819
Conversation
9c3d338
to
ea7ba24
Compare
Jenkins BuildsClick to see older builds (7)
|
ea7ba24
to
01a6467
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! @OmarBasem 🚀
I noticed that the state changes (token and currency) in preview screen is not reflected in the component.
A non-blocking UX comment:
To focus the input, the user needs to tap on the 0
placeholder precisely). IMO, this is painful and not a good UX. We need to check with the design team on this behaviour. We can capture the tap on the whole input container row and focus the input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, use theme passed to component as a property
01a6467
to
768a1ef
Compare
Thanks for your review @smohamedjavid! Fixed the mentioned points. 👍 |
@vkjr Fixed it! |
768a1ef
to
e731d8e
Compare
e731d8e
to
7a69a05
Compare
fixes: #16752
This PR implements Token Input component.
While implementing the component I realized that the Network Tag component is a component on its own and there is already a candidate working on it #16747 So I marked its place in the Token Input component with text
[WIP] Network Tag
and will update the component in a follow up once it is merged.Designs.
Screenshot: