PCF-391 The keyboard handling for the revision dropdown should be done differently#926
PCF-391 The keyboard handling for the revision dropdown should be done differently#926esanuandra wants to merge 7 commits intomozilla:mainfrom
Conversation
✅ Deploy Preview for mozilla-perfcompare ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
90de22d to
d5beba4
Compare
d5beba4 to
d19522f
Compare
fdde6ef to
54ddcf0
Compare
b6922d9 to
031a978
Compare
13e39ea to
7c2d3b9
Compare
|
I need some help with the Snackbar tests, fetchRevisionByID and fetchRevisionsBySearch. |
7c2d3b9 to
208f150
Compare
| } | ||
| } | ||
| }} | ||
| renderInput={renderInput} |
There was a problem hiding this comment.
I'm not sure where this issue is coming from yet, but when I hit enter on a revision selection for the new one, the revision input field gets populated with the string of the revision that was selected. This is a bit annoying in combination with the issue above because if I want to select multiple revisions, I have to delete the revision input that was added, then I'm able to continue searching for more revisions to add.
kala-moz
left a comment
There was a problem hiding this comment.
Added my comments and suggestions to the PR.
208f150 to
0458490
Compare
7785cde to
c80baad
Compare
c80baad to
c2bde8b
Compare
kala-moz
left a comment
There was a problem hiding this comment.
@esanuandra I left some suggestions on your tests to help you get them green.
|
@esanuandra Looks like those three tests passed! Just need to update the snapshots. |
249241b to
fc7ef71
Compare
fc7ef71 to
1d0735d
Compare
fcff5f2 to
406cedf
Compare
Jira ticket - The keyboard handling for the revision dropdown should be done differently
This PR should make the navigation using the keyboard possible for searching revisions in Search component. Part of the implementation was made with the help of Cursor.