FunctionLargeSelect({
children,
label,
newForm,
onAdd,
onSelect,
onToggle,
open,
options,
}: Props)
client/app/components/large-select.tsx:18
FunctionSelectState({
label,
onHide,
onSelect,
onShowAdd,
options,
}: SelectProps)
client/app/components/large-select.tsx:98
FunctionTagInput({
children,
className,
onDone,
value,
tagsLimit = DEFAULT_TAG_LIMIT,
}: Props)
client/app/components/tag-input.tsx:50