Web:Components:Combobox Removed id

This commit is contained in:
Akmal Isomadinov 2022-11-18 19:15:48 +05:00
parent 01b97ee52f
commit 2652f0c800

View File

@ -207,7 +207,6 @@ class ComboBox extends React.Component {
return (
<DropDownItem
id={option.id}
{...option}
textOverflow={textOverflow}
key={option.key}