extraWidth prop allows you to customise how much width is added to the detected widthwindow reference is now guarded for SSR support, thanks Wout Mertensprops.id was overriding the internal inputId on the input element, but not being used in the stylesheetinjectStyles prop controls whether the IE stylesheet it injectedboxSizing and width styles via inputStyles, thanks Mike Fangerprop-typescreate-react-classAs of 2.0.0 this package exports an es6 module in the main entry
(/lib/AutoSizeInput.js). If you are in an older environment, you’ll need to
refer to the .default export:
var AutoSizeInput = require('react-input-autosize').default;
Aside from this, the new version doesn’t change any public API.
inputRef prop (function, passed the reference to the input node)copyInputStyles() never running, thanks Michael Elsdörfer