# TreeViewSelectInput

Select component with treeview

## Installation

```tsx
import { TreeViewSelectInput } from 'uxp/components';
```

## Signature

```tsx
const TreeViewSelectInput: React.ForwardRefExoticComponent<React.RefAttributes<TreeViewSelectInputInstanceProps> & TreeViewSelectInputProps>
```

## Properties

| Name                        | Type    | Mandatory | Default Value | Example Value |
| --------------------------- | ------- | --------- | ------------- | ------------- |
| placeholder                 | string  | No        | -             | -             |
| showSelectedNodePath        | boolean | No        | -             | -             |
| showSelectedNodeDisplayPath | boolean | No        | -             | -             |

## Related Types

* [TreeViewSelectInputProps](https://help.iviva.com/uxp/v5/additional-resources/types/treeviewselectinputprops)
* [TreeViewProps](https://help.iviva.com/uxp/v5/additional-resources/types/treeviewprops)
* [TreeNode](https://help.iviva.com/uxp/v5/additional-resources/types/treenode)
* [TreeViewStyles](https://help.iviva.com/uxp/v5/additional-resources/types/treeviewstyles)
* [ExtendedTreeNode](https://help.iviva.com/uxp/v5/additional-resources/types/extendedtreenode)
* [CustomActionButton](https://help.iviva.com/uxp/v5/additional-resources/types/customactionbutton)
* [DragState](https://help.iviva.com/uxp/v5/additional-resources/types/dragstate)
* [DropPosition](https://help.iviva.com/uxp/v5/additional-resources/types/dropposition)
* [TreeViewSelectInputInstanceProps](https://help.iviva.com/uxp/v5/additional-resources/types/treeviewselectinputinstanceprops)
