dowjones / react-dropdown-tree-select

Lightweight, accessible, customizable and fast Dropdown Tree Select component for React
https://dowjones.github.io/react-dropdown-tree-select/
MIT License
468 stars 269 forks source link

feat: Call on input cleared when all characters are removed #641

Closed lennertVanSever closed 1 year ago

lennertVanSever commented 1 year ago

What does it do?

Calls a new prop function 'onInputCleared" when all the characters are removed from the input box. Allows users to perform an action when the search box is cleared in an easy way.

Fixes # (issue)

Closes #637

Type of change

New feature (non-breaking change which adds functionality)

Checklist:

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

lennertVanSever commented 1 year ago

@mrchief can this pull request be brought back to life?