Reactjs – How to make a Select required in TSX file?
I want a Select component to be required in my app required option is not accepted by Select component for some reason. As well as required={true} Error message is: Property 'required' does not exist on type 'IntrinsicAttributes & Omit<PublicBaseSelectProps<SelectOption, false,…