reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

Fix wrapperProps typo in README and comment #202

Closed golmansax closed 7 years ago

golmansax commented 7 years ago

I believe wrapperStyle is a shorthand for wrapperProps and not inputProps, but correct me if I'm mistaken.

CMTegner commented 7 years ago

Good catch!

We generate README.md from README-template.md via npm run generate-readme. Would you mind reverting the two files and applying the change to README-template.md instead? Thanks!

golmansax commented 7 years ago

@CMTegner I looked in README-template.md, but it looks like it gets the API documentation from the source files. So I modified the change to only update the source file, and tested it by running npm run generate-readme.

Let me know if that works!

CMTegner commented 7 years ago

Sorry, I got myself confused there for a sec. You're completely right, thanks for the fix!