sanusart/react-dropdown-select

Property "values" is missing

jin-yee opened this issue · 1 comments

I cannot get this working by referring to the basic, minimum working example from md file. The error shows up is

Property 'values' is missing in type '{ options: {}[]; onChange: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }; }' but required in type 'SelectProps<{}>'.

image

I'm using React (18.0.28) with Typescript, the react-dropdown-select library is of version 4.9.3.