reactjs / react-autocomplete

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

[added] placeholder option #265

Closed kajyr closed 7 years ago

kajyr commented 7 years ago

Added placeholder option for the input field.

<Autocomplete
    placeholder="Select your preferred fruit"
   {... otherProps}
/>
CMTegner commented 7 years ago

Thanks for putting this together, but you could have saved yourself some time by doing a quick search: #34, #190, #230, #233.

I've updated the readme, hopefully it'll be easier to find inputProps in the future.

kajyr commented 7 years ago

Ups sorry about that :-) Thanks for the docs.

CMTegner commented 7 years ago

No worries, glad you found what you needed :)