
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
angular-autoselect
Advanced tools
AngularJS directive(s) to automatically select text within input fields
AngularJS directive(s) to automatically select text within input fields.
Include this module:
angular.module('myModule', ['badwing.autoselect']);
Use the autoSelect
directive:
<input type="text" ng-model="foo" auto-select="options"/>
Where options
is an object with the following properties:
{boolean}
: If true, only auto-select once. Default false
.{number}
: If set, begin the selection at this index within the input field's value. Default 0
.{number}
: If set, end the selection at this index within the input field's value. Default is the length of the value.{(string|RegExp)}
: If a string
, select only the substring, if present. If a RegExp
, then select all the text matched by the regular expression. If the directive cannot find the substring or the regular expression, it will not attempt to select text.The autoSelect
directive requires the ngModel
directive.
Note: Not all input fields are supported by all browsers. Read about support.
$ npm install angular-autoselect
or
$ bower install angular-autoselect
angular-autoselect is a UMD module.
MIT
FAQs
AngularJS directive(s) to automatically select text within input fields
We found that angular-autoselect 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.