react-contenteditable
react-contenteditable copied to clipboard
Enable passing custom value for active state
Usually we want to have contenteditable="true", but value of plaintext-only is also available (see MDN). I would love to be able to choose which of the available values I pass to the component for the active state.