feat: Update agent and team multi-select with new multi-select dropdown (#2516)

* feat: Update agent/team multiselect styles

* Component name fixes

* Adds key control for our multiselect dropdown and component name spell fix

* Minor fixes

* Review fixes

* Minor fixes

* Minor fixes

* Review fixes

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2021-07-29 17:44:37 +05:30
committed by GitHub
parent 672e5874fb
commit f2b5e328bb
5 changed files with 117 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
import { action } from '@storybook/addon-actions';
import Dropdown from './MutiselectDropdown';
import Dropdown from './MultiselectDropdown';
export default {
title: 'Components/Dropdown/Multiselect Dropdown',