Closed leangseu-edx closed 2 years ago
Merging #250 (7221553) into master (a75f365) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #250 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 108 108
Lines 1255 1259 +4
Branches 247 247
=========================================
+ Hits 1255 1259 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/components/GradesView/SearchControls.jsx | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a75f365...7221553. Read the comment docs.
TL;DR - fix search bar to remain focus on every keyboard input
JIRA: AU-723
What changed?
onChange
, we useonBlur
andonSubmit
to accommodate the use case. I also tested withthis.setState
but was unsuccessfulDeveloper Checklist
Testing Instructions
[ How should a reviewer test this PR? ]
Reviewer Checklist
Collectively, these should be completed by reviewers of this PR:
FYI: @openedx/content-aurora