-
Is there are any possibility to get in real-time typed text?
tised updated
4 years ago
-
Found this bug when designing the `RichTextEditor`. If you switch it to readonly and back, the `CommandBar` is supposed to disappear, then reappear. But it does not reappear.
-
Use JSS or Aphrodite instead. This will fix a number of issues including server-side rendering, browserify, sourcemap issues, etc.
sstur updated
4 years ago
-
Hi @artf, I've just created a custom plugin of the RTE using different libraries like CKEditor 5, TinyMCE 4 or pell but all of them with the same result that the editor is losing the focus so the butt…
-
There is some kind of focus issue...
It is preventing me from making `Dialog` windows popup for options like "Add Link...". I can't currently focus on the `TextField` inside those `Dialog` window…
-
When I switch between editors, changes in text are lost.
-
Through the `constructor` initialization state,
``` jsx
const sampleMarkup = 'Bold textbaidu.com';
const contentBlock = htmlToDraft(sampleMarkup);
if (contentBlock) {
const contentState =…
-
I have defined a blot for a custom tag, ``.
It works great when I paste in the whole thing, but if I copy some text from the middle of a `` element and paste it somewhere else, the tag is not carri…
-
Hi, what about future plans for the platform?
Have you plans to extend default field collection? There are exists the ability to add custom fields, and it is great, but several fields like CodeField …
-
Everything except flow-component-base is locked until #7333 is merged.
1) Create new branch `x.x` for the current version and push it to github, makes sure that it is protected (should be out of th…
pleku updated
4 years ago