Replies: 1 comment
-
Figured it out. Just needed to add the "target" element in props: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to place an editor in the sidebar menu.
We want to use it as a "default" selector, since it's used in many grids/dialogs.
I have created a container for it in sidebar pane:
I then made this code:
import { Fluent } from "@serenity-is/corelib";
import { UdbyderEditorAll } from "./UdbyderEditor";
But I only get this out:
Any idea to get the editor to show?
Beta Was this translation helpful? Give feedback.
All reactions