8.5.3 • Published 8 months ago

react-textarea-autosize v8.5.3

Weekly downloads
3,139,099
License
MIT
Repository
github
Last release
8 months ago

npm version npm

react-textarea-autosize

Drop-in replacement for the textarea component which automatically resizes textarea as content changes. A native React version of the popular jQuery Autosize! Weighs around 1.3KB (minified & gzipped).

This module supports IE9 and above.

import TextareaAutosize from 'react-textarea-autosize';

// If you use CommonJS syntax:
// var TextareaAutosize = require('react-textarea-autosize').default;

React.renderComponent(
  <div>
    <TextareaAutosize />
  </div>,
  document.getElementById('element'),
);

Install

npm install react-textarea-autosize

Demo

https://andarist.github.io/react-textarea-autosize/

Props

Special props:

proptypedescription
maxRowsnumberMaximum number of rows up to which the textarea can grow
minRowsnumberMinimum number of rows to show for textarea
onHeightChangefuncFunction invoked on textarea height change, with height as first argument. The second function argument is an object containing additional information that might be useful for custom behaviors. Current options include { rowHeight: number }.
cacheMeasurementsbooleanReuse previously computed measurements when computing height of textarea. Default: false

Apart from these, the component accepts all props that are accepted by <textarea/>, like style, onChange, value, etc.

FAQ

How to focus

Get a ref to inner textarea:

<TextareaAutosize ref={(tag) => (this.textarea = tag)} />

And then call a focus on that ref:

this.textarea.focus();

To autofocus:

<TextareaAutosize autoFocus />

(all HTML attributes are passed to inner textarea)

How to test it with jest and react-test-renderer if you need ref

Because jest provides polyfills for DOM objects by requiring jsdom and react-test-renderer doesn't provide refs for rendered components out of the box (calling ref callbacks with null), you need to supply a mocked ref in your tests in you need it for your tests. You can do it like this (more can be read here):

const tree = renderer
  .create(<TextareaAutosize />, {
    createNodeMock: () => document.createElement('textarea'),
  })
  .toJSON();
@types/react-textarea-autosize@sprucelabs/react-heartwood-components@gooddata/goodstrap@gooddata/sdk-ui-kit@balena/jellyfish-ui-components@commercetools-uikit/localized-rich-text-input@commercetools-uikit/localized-multiline-text-input@helpscout/hsds-react@namcchan/componentsrn-aht-jitsi-meetnss-react-lib@determapp/editorsmt-form-builder@podiumhq/podium-uistorecast-web-commonpathee-semantic-uigray-react-toolsmeitner-components-2@fogcreek/shared-componentsbahmni-form-controls-trialmeitner-componentsflatbase@clink/corejql-autocomplete-1team-apollo-formsns-react-configstocktrackerfrontend-ui-kit@stockbit/uinfg-frontend-ui-kitbitsy-form-builderjp-ui-kitjpms-ui-kitfertoing-uikit-react@secman/dsk-uialphakit-uianpelawgt-ui@sp0033212000/react-draft-editorreact-ui-form-buildersmile-xin-amis@botui/chat-componentssinopia_editorfastamisjitsi-meet-rnreact-native-jitsi-meet-libstgandalfshubham-form-buildermoto-chat-plugin@lauko/mooncakevibo-uiprogram_leader_portal_py5-htp@grapherjs/react-json-view@reframework/components-v1@knapsack/tobysubra-componentstinacmsreact-vaporrepo-design-system@everything-registry/sub-chunk-2618@devphenomenon/react-form-builder-2hackhubb-components@koreacreditdata/featherbun-ui-kit@spencerlepine/connect-chat-interface@seesemichaelj/react-json-vieweapp-amis-uiducduchy-react-componentse-staff-reacteidolon-webuiecsite-form-builderehr-componentsdynamic-formbuilder-reactemater-widget-webchatelixirchat-js-sdkdutchexchange-abikovandutchexchange-smartcontractsenforce-ui@ntragas/pouncejstest@overdose/componentsnuvo-react-form-builderdintr-components@pochta/ui@plusscommunities/pluss-maintenance-web@sdifi/rasa-webchat@rwdt/react-json-viewobdev-form-builder@people_and_robots/open-guidrag-and-drop-form-builder-2@sf-vendor/vendor-design-system@proficient/reactp-react-native-web@shabeerp15/react-form-builder2@pretzi/mantine@predragnikolic/pn-show-dboliviaoddo@picter/prisma@showroomjs/ui@shivarajapple/first-library
8.5.3

8 months ago

8.5.0

10 months ago

8.5.2

10 months ago

8.5.1

10 months ago

8.4.1

1 year ago

8.4.0

1 year ago

8.3.4

2 years ago

8.3.3

3 years ago

8.3.2

3 years ago

8.3.1

3 years ago

8.3.0

3 years ago

8.2.0

4 years ago

8.1.0

4 years ago

8.1.1

4 years ago

8.0.1

4 years ago

8.0.0

4 years ago

7.1.2

4 years ago

7.1.1

4 years ago

7.1.0

5 years ago

7.1.0-2

5 years ago

7.1.0-1

6 years ago

7.1.0-0

6 years ago

7.0.4

6 years ago

7.0.3

6 years ago

7.0.2

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago

6.1.0

6 years ago

6.1.0-1

6 years ago

6.1.0-0

6 years ago

6.0.3

6 years ago

6.0.2

6 years ago

6.0.1

6 years ago

6.0.0

6 years ago

6.0.0-0

6 years ago

5.2.1

6 years ago

5.2.0

6 years ago

5.1.0

7 years ago

5.0.7

7 years ago

5.0.6

7 years ago

5.0.5

7 years ago

5.0.4

7 years ago

5.0.3

7 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.3.2

7 years ago

4.3.1

7 years ago

4.3.0

7 years ago

4.2.2

7 years ago

4.2.1

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.5

8 years ago

4.0.4

8 years ago

4.0.3

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.3.1

8 years ago

3.3.0

8 years ago

3.2.0

8 years ago

3.1.0

9 years ago

3.0.0

9 years ago

2.5.4

9 years ago

2.5.3

9 years ago

2.5.2

9 years ago

2.5.1

9 years ago

2.5.0

9 years ago

2.4.2

9 years ago

2.4.1

9 years ago

2.4.0

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.3

9 years ago

2.2.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago