1.0.0 • Published 8 years ago

@f/can-select-text v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

can-select-text

Build status Git tag NPM version Code style

Check if an element can contain selectable text

Installation

$ npm install @f/can-select-text

Usage

var canSelectText = require('@f/can-select-text')

canSelectText(textInput) === true
canSelectText(checkboxInput) === false

API

canSelectText(node)

  • node - A DOM element to check for text selectability

Returns: A boolean value indicating whether or not text can be selected in this input

License

MIT