@f/can-select-text

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @f/can-select-text

Weekly Downloads

10

Version

1.0.0

License

MIT

Last publish

Collaborators

  • f