draft-js-checkable-list-item icon indicating copy to clipboard operation
draft-js-checkable-list-item copied to clipboard

Checkable list item for Draft.js

Results 6 draft-js-checkable-list-item issues
Sort by recently updated
recently updated
newest added

Added prop `disabled?: boolean` for blockProps, which is passed than to ``. This alows to implement readOnly mode for `checkable-list-tem`. Also it resolves #28

The [`draft-js-checkable-list-plugin` decorates the `` with a `disabled` prop](https://github.com/sugarshin/draft-js-checkable-list-plugin/blob/ecd3cd69d517c4d7afcbb06c2370b7e05951ab4c/src/index.js#L20-L23), yet that doesn't actually take such a prop: https://github.com/sugarshin/draft-js-checkable-list-item/blob/9f4091171a8363e319db39da5cee8c17e64c9e3d/src/CheckableListItem.js#L14-L27 Please add support for this, it would be very useful for usage...

Hello, I'm filling this issue because I'm trying to implement this library into `draftjs` but I'm having some issues: 1. Clicking on the checkbox to toggle its state makes the...

One of the [dependents](https://github.com/ngs/draft-js-markdown-shortcuts-plugin) is working it's way to support `draft-js@^0.11.0` in ngs/draft-js-markdown-shortcuts-plugin#62, I think it's a good idea to also upgrade this to make it happen. I can make...

is there any way to we can initiate an editor with checklist items? Thank you in advance

`Uncaught DOMException: Failed to execute 'extend' on 'Selection': This Selection object doesn't have any Ranges.` This is maybe Chromium issue. ref: https://github.com/facebook/draft-js/issues/1188