This creates a search input field based on Leonardo UI - input.
- Tooltips are also based on Leonardo UI - Tooltip
<QdtComponent
type="QdtSelectionToolbar"
props={{
cols: ['Case Owner'],
options: {
placeholder: 'Search Case Owner'
},
}}
/>
| prop | type | description |
|---|---|---|
| cols | Array | [dimension] |
| invert | Boolean | false |
| placeholder | String | Search for |
| tooltipDock | String | 'top', 'right', 'bottom', 'left' |
| tooltipContent | String | <h5>Tooltip Header</h5> more content here. |
| showGo | Boolean | false |
