reactjs / react-autocomplete

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

Is there a way to style the inputbox? #312

Closed Itachi-Uchiha78 closed 6 years ago

Itachi-Uchiha78 commented 6 years ago

Hi I tried to put something like:

 <ReactAutocomplete style={pStyle} 
                                 ...

But it's uneffective. Can you put me guys in the right direction?

Itachi-Uchiha78 commented 6 years ago

inputProps={{ style: { width: 100% } }} wrapperStyle={ width: 1000 }