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 1a6f835 commit 0bf2efcCopy full SHA for 0bf2efc
tests/Select.test.tsx
@@ -2469,15 +2469,11 @@ describe('Select.Basic', () => {
2469
const customClassNames = {
2470
prefix: 'cutsom-prefix',
2471
suffix: 'custom-suffix',
2472
- list: 'custom-list',
2473
- listItem: 'custom-item',
2474
input: 'custom-input',
2475
};
2476
const customStyle = {
2477
prefix: { color: 'red' },
2478
suffix: { color: 'green' },
2479
- list: { color: 'yellow' },
2480
- listItem: { color: 'blue' },
2481
input: { color: 'black' },
2482
2483
const OptionList = React.forwardRef<RefOptionListProps, any>((props, ref) => {
0 commit comments