-
Notifications
You must be signed in to change notification settings - Fork 984
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
Create search-input component #15664
Conversation
Jenkins BuildsClick to see older builds (8)
|
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
|
||
(defn handle-backspace | ||
[^js/Object event scroll-view-ref] | ||
(when (= (oops/oget event "nativeEvent.key") "Backspace") |
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.
just wondering if there are constants for keys
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.
Not yet, do you find it useful? I could create it if needed.
ATM, I think we can just use strings until they get more common
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.
It's working well in my tests 💯 🚀
FYI @ulisesmac, I've logged this issue last week here #15606. |
c863c28
to
4e95639
Compare
Merged without e2e tests since this adds a new component only available in preview screens |
fixes #15480
Summary
This PR implements the new search input component
This component was intended to be used in the recovery seed phrase onboarding screen, but designs have changed and now the component is different (the related issue is #15663), so this PR only adds the component and uses it in its preview screen.
Review notes
The clear icon is not displayed correctly yet.
Platforms
Steps to test
-Navigate to Quo2 preview -> inputs -> seach input
status: ready