diff --git a/src/food-market.web/src/components/Field.tsx b/src/food-market.web/src/components/Field.tsx index 5f8c40d..337703e 100644 --- a/src/food-market.web/src/components/Field.tsx +++ b/src/food-market.web/src/components/Field.tsx @@ -1,4 +1,8 @@ -import { useEffect, useState, type InputHTMLAttributes, type SelectHTMLAttributes, type ReactNode, type TextareaHTMLAttributes } from 'react' +import { + Children, isValidElement, useEffect, useMemo, useRef, useState, + type InputHTMLAttributes, type SelectHTMLAttributes, type ReactNode, type TextareaHTMLAttributes, +} from 'react' +import { ChevronDown } from 'lucide-react' import { cn } from '@/lib/utils' import { useOrgSettings } from '@/lib/useOrgSettings' @@ -30,8 +34,150 @@ export function TextArea(props: TextareaHTMLAttributes) { return