Skip to content

Instantly share code, notes, and snippets.

View neostom432's full-sized avatar

선민호 neostom432

View GitHub Profile
@neostom432
neostom432 / NewSelect.tsx
Created July 30, 2022 07:07
Creatable Select component
import { ComponentType, FocusEvent, useMemo, useRef } from 'react';
import Creatable from 'react-select/creatable';
import {
ActionMeta,
components,
MenuPlacement,
mergeStyles,
MultiValue,
Options,
OptionsOrGroups,