Skip to content

Commit 7e2ffc6

Browse files
committed
chore: clean up
1 parent a8d598c commit 7e2ffc6

File tree

5 files changed

+0
-845
lines changed

5 files changed

+0
-845
lines changed

src/BaseSelect/index.tsx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -569,32 +569,6 @@ const BaseSelect = React.forwardRef<BaseSelectRef, BaseSelectProps>((props, ref)
569569
}
570570
};
571571

572-
// const onContainerBlur: React.FocusEventHandler<HTMLElement> = (...args) => {
573-
// blurRef.current = true;
574-
// setMockFocused(false, () => {
575-
// focusRef.current = false;
576-
// blurRef.current = false;
577-
// triggerOpen(false);
578-
// });
579-
// if (disabled) {
580-
// return;
581-
// }
582-
// if (mergedSearchValue) {
583-
// // `tags` mode should move `searchValue` into values
584-
// if (mode === 'tags') {
585-
// onSearch(mergedSearchValue, { source: 'submit' });
586-
// } else if (mode === 'multiple') {
587-
// // `multiple` mode only clean the search value but not trigger event
588-
// onSearch('', {
589-
// source: 'blur',
590-
// });
591-
// }
592-
// }
593-
// if (onBlur) {
594-
// onBlur(...args);
595-
// }
596-
// };
597-
598572
const onInternalBlur: React.FocusEventHandler<HTMLElement> = (event) => {
599573
setFocused(false);
600574

src/Selector/Input.tsx

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)