Skip to content

Instantly share code, notes, and snippets.

View jjj201200's full-sized avatar
πŸ³οΈβ€πŸŒˆ
θ―·ζ‰“ι€šζˆ‘δΈƒη»ε…«θ„‰

DrowsyFlesh jjj201200

πŸ³οΈβ€πŸŒˆ
θ―·ζ‰“ι€šζˆ‘δΈƒη»ε…«θ„‰
View GitHub Profile
@jjj201200
jjj201200 / StrongSelect.tsx
Created June 18, 2025 22:41
mantine/multiSelect support renderValue
import React, {useState, useCallback, useMemo, forwardRef} from 'react';
import {
Combobox,
PillsInput,
Pill,
Input,
CheckIcon,
Group,
ScrollArea,
CloseButton,