
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
angular-elastic-input
Advanced tools
A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.
A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.
Download archive file above or install using bower:
bower install angular-elastic-input --save
Include the script tag on your page after the AngularJS script tags:
<script src="path/to/angular-elastic-input.min.js"></script>
Ensure that your application module specifies puElasticInput as a dependency:
angular.module('myApp', ['puElasticInput']);
Use the directive by specifying an pu-elastic-input attribute on an input element:
<input type="text" pu-elastic-input/>
Do you want to see Angular Elastic Input in action?
Visit http://jacek-pulit.github.io/angular-elastic-input/
Minimum and maximum width you can specify as css properties: min-width and max-width
<input type="text" pu-elastic-input style="min-width: 200px; max-width: 400px;"/>
or as element attributes: pu-elastic-input-minwidth and pu-elastic-input-maxwidth
<input type="text" pu-elastic-input pu-elastic-input-minwidth="300px" pu-elastic-input-maxwidth="none"/>
min-width: 0
max-width: inner width of parent element
Angular Elastic Input is licensed under the MIT license. See the LICENSE file for more details.
FAQs
A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.
The npm package angular-elastic-input receives a total of 679 weekly downloads. As such, angular-elastic-input popularity was classified as not popular.
We found that angular-elastic-input 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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.