![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
A tiny, dependency-free JavaScript module for making textarea elements grow with their content.
A tiny, dependency-free JavaScript module for making textarea elements grow with their content.
Visit https://growfield.js.org
Download dist/growfield.min.js and place the following HTML in your page's head element:
<script type="text/javascript" src="dist/growfield.min.js"></script>
Place the following HTML in your page's head element (check to make sure the version in the URL is the version you want):
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/kodie/growfield@0.0.1/dist/growfield.min.js"></script>
npm install growfield --save
// ES6
import growfield from 'growfield'
// CommonJS
const growfield = require('growfield')
gpm install kodie/growfield --save
bower install kodie/growfield --save
growfield
Functiongrowfield([selector], [options])
Initializes growfield.
selector
(Optional) - A query string for textareas that you would like to use growfield on.
options
(Optional) - An object of options.
window.addEventListener('load', function () {
growfield()
})
{
maxRows: null, // The maximum number of rows to grow the field to before normal scrolling happens
minRows: null // The minimum number of rows to start with (Defaults to 1)
}
A special thanks to Rick Kukiela for posting this StackOverflow answer which is where the base code of this module came from.
filebokz - A tiny, dependency-free, highly customizable and configurable, easy to use file input with some pretty sweet features.
hashjump - A tiny, dependency-free JavaScript module for handling anchor links and scrolling elements into view.
kloner - A tiny, dependency-free JavaScript module for cloning/repeating elements.
kolorfield - A tiny, dependency-free, color input field helper that utilizes the native color picker.
minitaur - The ultimate, dependency-free, easy to use, JavaScript plugin for creating and managing modals.
peekfield - A dependency-free, easy to use, JavaScript plugin for hiding and showing fields.
MIT. See the license file for more info.
FAQs
A tiny, dependency-free JavaScript module for making textarea elements grow with their content.
The npm package growfield receives a total of 3 weekly downloads. As such, growfield popularity was classified as not popular.
We found that growfield demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.