Socket
Socket
Sign inDemoInstall

cp-autoscale-input

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cp-autoscale-input

An angular directive for auto sizing an input based upon the content within it


Version published
Weekly downloads
3
increased by200%
Maintainers
3
Weekly downloads
 
Created
Source

cp-autoscale-input Build Status

An angular directive for auto sizing and input based upon the content within it

Installation

cp-time-pick requires jquery and Angular 1.3.*

Install cp-time-pick with bower or npm

  bower install --save cp-autoscale-input
  npm install --save cp-autoscale-input

Or manually download the built file

Usage

Make your angular app depend upon the cp-autoscale-input module

angular.module("app", ["cp-autoscale-input"]);

Example

  <input type="text" ng-model="myDate" cp-autoscale-input/>

Options

Max-length

Limit the length the input auto-scales to

  <input type="text" ng-model="myDate" cp-autoscale-input max-length="20"/>

FAQs

Package last updated on 19 Dec 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc