react-contenteditable icon indicating copy to clipboard operation
react-contenteditable copied to clipboard

React component for a div with editable contents

Results 56 react-contenteditable issues
Sort by recently updated
recently updated
newest added

Seems like the `package.json` file had outdated script locations, and while the `lib` folder was renamed `src`, the `package.json` file had no changes.

Bumps [terser](https://github.com/terser/terser) from 4.6.10 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

If the cursor is placed after the html block, then it flies out of the block. I prepared an example, try using backspace to remove the word "move" before the...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

apparently inputmode for mobile keyboards can be set on a div with contenteditable, is this also settable on this component? https://notatoad.github.io/inputmodes.com/

enhancement

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

How to solve ContentEditable' cannot be used as a JSX component

The cause of this bug is related to #161. In the following minimal example, ```jsx import React, { Component, ChangeEvent, KeyboardEvent } from 'react'; import ContentEditable from 'react-contenteditable'; class TestContentEditable...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

We need to be able to pass down a for and aria- tags to the element for accessibility on label tags etc.