csauvage / react-algolia-places

A simple but powerful React.js wrapper around fantastic Algolia's place !
11 stars 5 forks source link

Proposal: allow input props to be set #3

Open prevostc opened 6 years ago

prevostc commented 6 years ago

I need to add a placeholder prop to the input element.

Ultimately, all React.InputHTMLAttributes<HTMLInputElement> should be supported.

I see 3 ways to do this:

csauvage commented 6 years ago

Good idea for the placeholder, I'll take a look this WE.