yury-dymov / react-autocomplete-input

Autocomplete input field for React
https://yury-dymov.github.io/react-autocomplete-input/
MIT License
199 stars 65 forks source link

Add missing TextArea attributes #129

Closed mcornejo closed 9 months ago

mcornejo commented 9 months ago

There were some attributes missing from the types. In particular placeholder, as mentioned in #124. The missing props are in the InputHTMLAttributes interface. Fixes #124

yury-dymov commented 9 months ago

We don't need to check-in dist folder. Can you leave just TS changes in your PR and I will happily merge it afterwards

mcornejo commented 9 months ago

@yury-dymov sorry, that commit was not meant to be in the PR (I just added to make my it work in my env). fixed.