You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result
The following error is shown in the console:
Uncaught TypeError: Cannot read property 'offsetTop' of null
at t.a.scrollSelectedItemIntoView (app.d0cf20c….js:7194)
at t.a.moveSelectionBy (app.d0cf20c….js:7194)
at HTMLDocument.a.moveSelectionOnKeyDown (app.d0cf20c….js:7194)
The text was updated successfully, but these errors were encountered:
maciej-gurban
changed the title
fix(Search): Pressing pp/down arrow in the search input with no results will cause offsetTop errors
fix(Search): Pressing up/down arrow in the search input with no results throws errors to console
Apr 17, 2017
layershifter
changed the title
fix(Search): Pressing up/down arrow in the search input with no results throws errors to console
Search: Pressing up/down arrow in the search input with no results throws errors to console
Apr 18, 2017
Steps to Reproduce
Reproducible in all demos of search component
Expected
No error should be thrown
Result
The following error is shown in the console:
The text was updated successfully, but these errors were encountered: