
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
react-textarea
Advanced tools
<textarea />replacement
with autoGrow and resize support
Most often you only need the textarea value on the onChange handler. Just as often, you don't need change event propagation.
autoGrow is a very nice to have feature on a textarea. Coupled with maxHeight and resize
onChange(value: String [, event ]): Function - the onChange handler will be called with the textarea value, not the event object as first argument. The event object is the second arg to the callback function.stopChangePropagation: Boolean - defaults to true. By default, the propagation of the change event will be stopped. All other evens will work as usual. Set this prop to false to allow change event propagation.autoGrow: Boolean - defaults to true.resize: Boolean|String - defaults to true - making the textarea resizable in both directions. Pass false or String to change this behaviour.maxHeight: Number|String - the max height the textarea can have.$ npm run dev
and navigate to localhost:9090.
See react-field for <input /> replacement.
Thanks to @andreypopp and his initial implementation at https://github.com/andreypopp/react-textarea-autosize
FAQs
React Textarea
The npm package react-textarea receives a total of 3 weekly downloads. As such, react-textarea popularity was classified as not popular.
We found that react-textarea demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.