dowjones/react-dropdown-tree-select

Expand to selected item

DavidNguyenvp opened this issue · 0 comments

Hi everyone,

I am currently implementing react-dropdown-tree-select in my project, but I'm encountering an issue. After selecting a child item, my component gets re-rendered, and when I click on the search again, it always resets to the top. I would like to maintain the last selected position.

Could you please advise on how to achieve this?