We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5e262 commit cd8465aCopy full SHA for cd8465a
src/Selector/Input.tsx
@@ -2,7 +2,6 @@ import * as React from 'react';
2
import classNames from 'classnames';
3
import { composeRef } from '@rc-component/util/lib/ref';
4
import { warning } from '@rc-component/util/lib/warning';
5
-import SelectContext from '../SelectContext';
6
import useBaseProps from '../hooks/useBaseProps';
7
type InputRef = HTMLInputElement | HTMLTextAreaElement;
8
0 commit comments