Open RichMatthews opened 4 years ago
I was wondering the same thing. There is no documentation on this, yet the example shows padding on the inner input.
Ah, I just took a look at the examples. Turns out you have to use the inputStyle
or inputClassName
props:
<AutosizeInput inputStyle={styles} />
I'm passing in my styles object like so:
but this just styles the outer wrapping div
how do I style the inner input?