pl-fe: start adopting multiselect-react-dropdown
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import clsx from 'clsx';
|
||||
import MultiselectReactDropdown from 'multiselect-react-dropdown';
|
||||
import React, { useMemo, useState } from 'react';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
|
||||
import Icon from 'pl-fe/components/ui/icon';
|
||||
import { Multiselect } from 'pl-fe/components/ui/multiselect';
|
||||
import Select from 'pl-fe/components/ui/select';
|
||||
|
||||
const messages = defineMessages({
|
||||
@ -146,7 +146,7 @@ const Mutliselect: React.FC<IMultiselect> = (props) => {
|
||||
};
|
||||
|
||||
const selectElem = (
|
||||
<MultiselectReactDropdown
|
||||
<Multiselect
|
||||
className='plfe-multiselect'
|
||||
options={options}
|
||||
selectedValues={selectedValues}
|
||||
|
||||
Reference in New Issue
Block a user