react-contenteditable
react-contenteditable copied to clipboard
#84: Addition additional states of contenteditable
This fixes #84
https://w3c.github.io/editing/contentEditable.html#h-contenteditable
thank you for the PR
but I don't think exposing the state as a list of boolean properties is a good idea
what should the user expect if he sets several boolean state options to true?
It is according to the priority sequence mentioned in https://w3c.github.io/editing/contentEditable.html#h-contenteditable. That's why these have been enclosed in separate if clauses.
@lovasoa Any updates regarding this pull request
any updates on this? can i help with any changes to move this along?