issues
search
studiobakers
/
react-ui-toolkit
Bakers Studio's React-based UI Toolkit
MIT License
15
stars
2
forks
source link
fix(list-item): Improve accessibility
#240
Open
Anlerkan
opened
6 months ago
Anlerkan
commented
6 months ago
Replace
onKeyPress
with
onKeyDown
since
onKeyPress
is deprecated. please see:
https://developer.mozilla.org/en-US/docs/Web/API/Element/keypress_event
Call
onClick
on
space
key press
Pass the same props to list item elements
onKeyPress
withonKeyDown
sinceonKeyPress
is deprecated. please see: https://developer.mozilla.org/en-US/docs/Web/API/Element/keypress_eventonClick
onspace
key press