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

Lightweight, accessible, customizable and fast Dropdown Tree Select component for React

Results 37 react-dropdown-tree-select issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When using `[email protected]` and running `npm install`, an error gets thrown. **Describe the solution you'd like** Just update `peerDependencies` and...

stale

## What does it do? - The new prop `searchTerm` can be used to set the initial search term or fully control the search semantics for a higher-order component. -...

wip

If you have a general query about the usage of react-dropdown-tree-select, or if you're not sure how to accomplish a particular task using the component; please raise a question on...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

stale
dependencies

## What does it do? When you have tens of thousands of items in a search tree, and you type search input, the cost can be extremely high when you...

**Is your feature request related to a problem? Please describe.** After searching, must manually clear search field, via e.g. highlight+delete or backspacing. **Describe the solution you'd like** Proposal for an...

stale

**Is your feature request related to a problem? Please describe.** After making selection(s) based on search, then clearing search term, newly selected nodes don't expand. Parent displaying as partiallySelected is...

stale

Most dropdowns that allow searching show matched nodes in bold. Currently we don't have any class that allows to easily identify the matched nodes on search. **Describe the solution you'd...

Hi, I want to know if it is possible to control the search field or have a onInputChange callback? Thanks.

stale

I'm using version `2.5.1` of this plugin. I'm noticing the `currentNode` coming back from the `onChange` callback doesn't contain a 'path' property like it states in the docs. I noticed...

not-an-issue