-
Hello, We are using the mentions feature and want to plug in a custom combobox UI component instead of the one that plate provides. I see the example in plate docs showcases a So my questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@zbeyens might be able to provide a more direct answer to your questions, but here's what I did in my own app to replace the combobox used for mentions. Disclaimers:
Make a custom mention input component with its own combobox:
|
Beta Was this translation helpful? Give feedback.
-
We're in the process of extracting styled-components from all the components - unstyled components. We did it for a few plugins like link, media,... The current solution forces you to look at the code and fork only what you need. I'll assign this task to @TomMorane |
Beta Was this translation helpful? Give feedback.
-
is it a way to make mention editable ? |
Beta Was this translation helpful? Give feedback.
@zbeyens might be able to provide a more direct answer to your questions, but here's what I did in my own app to replace the combobox used for mentions.
Disclaimers:
Make a custom mention input component with its own combobox:
MentionInputComponent