draft-js-autocomplete-plugin-creator icon indicating copy to clipboard operation
draft-js-autocomplete-plugin-creator copied to clipboard

Results 9 draft-js-autocomplete-plugin-creator issues
Sort by recently updated
recently updated
newest added

This should close #3. It uses the same method as `draft-js-plugins` currently uses to remove unknown props. https://github.com/draft-js-plugins/draft-js-plugins/blob/ac5ec4b288824f8acbf46e7d230eabb6e4e5fc90/draft-js-mention-plugin/src/MentionSuggestions/index.js#L299-L314

Are there plans in the future to support multiple words after the trigger character to filter the list of issues or mentions?

I know you went a different direction when first fixing this issue but I found another problem when deleting the trigger word that wasn't fixed by the other solution. I...

This pull request does 3 things: 1. Exports the `getSearchText` util for use in modifiers, and uses it in the example. The duplicate utils in the example were removed. 2....

This applies the changes from https://github.com/draft-js-plugins/draft-js-plugins/pull/416, for the reasons explained in that pull request.

This upgrades the version of the `draft-js-plugins-editor` used in the `IssueEditor` example. The motivation for this is summarized in draft-js-plugins/draft-js-plugins#634

``` warning.js:44 Warning: Unknown props `onSearchChange`, `suggestions`, `ariaProps`, `callbacks`, `theme`, `store`, `entityMutability`, `positionSuggestions` on tag. ``` See https://github.com/draft-js-plugins/draft-js-plugins/issues/364

bug

See https://github.com/draft-js-plugins/draft-js-plugins/issues/253#issuecomment-231568102 and https://github.com/draft-js-plugins/draft-js-plugins/issues/346#issuecomment-231566941 for some starting material

documentation