- Implementation of a large list of items with corresponding checkboxes - allows for ctrl/shift click to select and select all.
- A custom re-useable tooltip for custom tooltip info, html safe.
- Implementation of special form inputs to allow for include/exclude designations
The Example-TooltipsAndSelects.vue
file is an example of a page where the tooltip, include/exclude selection, and dropdown with filtering as you type are all implemented.
The Example-GenericList
shows an implementation of the generic list component.
- SelectIncludeExclude.vue
- SelectIncludeExcludeFromSearch.vue
- SearchDropdownInput.vue
- GenericList.vue
- MultiSelect.js
- ToolTip.vue