tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

Keydown Event not selecting the dropdown list.

Open shikharkunal99 opened this issue 7 years ago • 1 comments

Hey, i am having an issue with TreeSelect. I have a dropdown button. On clicking this, i get a dropdown list but i am not able to do any selection by pressing down arrow from my keyboard. screen shot 2018-07-25 at 4 27 27 pm

<TreeSelect
      className="TreeSelectRootCss" style={style}
      dropdownClassName="TreeSelectDropdownCss"
      treeData={data}
      treeDataSimpleMode={{id:'id', pId:'pId', rootPId:null}}
      value={value}
      placeholder={placeholder}
      onChange={onChange}  
      treeCheckable = {toggleFlag}
	    allowClear = {allowClear}
    />

Currently there is not support for KeyCode.UP, KeyCode.DOWN, KeyCode.LEFT, KeyCode.RIGHT - https://github.com/react-component/tree-select/blob/master/src/Select.jsx#L411

shikharkunal99 avatar Jul 25 '18 11:07 shikharkunal99

are there any plans in doing this ?

burrack avatar Apr 15 '19 16:04 burrack