fraserxu / react-dropdown

🔽 A dead simple dropdown component for React

Home Page:http://fraserxu.github.io/react-dropdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme.md - missing Information

Mikelsoft99 opened this issue · comments

Hi, everything is perfect.
I only could not find the information of which type is being passed to the 'onChange' property.

Its the Option type with

{
  value, 
  label,
  className
}

properties.
You maybe could add this to the readme to get others understand faster and use your awesome project more.

Thanks Mike