Forms migration: Finalizing Select namespace (#23281)
This commit is contained in:
@@ -9,8 +9,6 @@ import { Switch } from './Switch';
|
||||
import { Legend } from './Legend';
|
||||
import { TextArea } from './TextArea/TextArea';
|
||||
import { Checkbox } from './Checkbox';
|
||||
//Remove after Enterprise migrations have been merged
|
||||
import { Select } from '../Select/Select';
|
||||
|
||||
const Forms = {
|
||||
RadioButtonGroup,
|
||||
@@ -24,7 +22,6 @@ const Forms = {
|
||||
TextArea,
|
||||
Checkbox,
|
||||
Legend,
|
||||
Select,
|
||||
};
|
||||
|
||||
export default Forms;
|
||||
|
||||
@@ -18,8 +18,6 @@ export interface SelectCommonProps<T> {
|
||||
onKeyDown?: (event: React.KeyboardEvent) => void;
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
//To be removed, is here to make Enterprise mergable
|
||||
isDisabled?: boolean;
|
||||
isSearchable?: boolean;
|
||||
isClearable?: boolean;
|
||||
autoFocus?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user