fix(dropdownlist): Page scrolls on keyboard navigation
This commit is contained in:
Родитель
95adfb96e4
Коммит
fba6e4677c
|
@ -223,6 +223,8 @@ export default class DropDownList extends React.Component {
|
|||
let focused = this.props.focused;
|
||||
let dataItem, handled = false;
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
if (disabled) { return; }
|
||||
|
||||
if (event.altKey && keyCode === keycode.codes.down) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче