Relative Content

Tag Archive for reactjstypescriptonchangereact-select

Why is react-select ui not updating although onchanage function is working?

I have a set of input that can be added incrementally. first, i cant set the value type to be “string” options shoots an error: Type ‘{ value: string; options: { value: string; label: string; }[]; }’ is not assignable to type ‘DetailedHTMLProps<SelectHTMLAttributes, HTMLSelectElement>’.
Property ‘options’ does not exist on type ‘DetailedHTMLProps<SelectHTMLAttributes, HTMLSelectElement>’.(2322)
so i have to set to any instead.