autosize 3.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package autosize --version 3.0.4
NuGet\Install-Package autosize -Version 3.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="autosize" Version="3.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add autosize --version 3.0.4
#r "nuget: autosize, 3.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install autosize as a Cake Addin
#addin nuget:?package=autosize&version=3.0.4

// Install autosize as a Cake Tool
#tool nuget:?package=autosize&version=3.0.4

A plugin to enable automatic height for textarea elements.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.8 160,292 8/26/2015
3.0.4 3,315 5/12/2015

Added options object for indicating if the script should set the overflowX and overflowY. The default behavior lets the script control the overflows, which will normalize the appearance between browsers.