How can I trigger the LexicalTypeaheadMenuPlugin when it's focused and has no value? #5623
Replies: 1 comment
-
So I ended up handwriting a module "DropDownMenu", adding some conditional judgments and keyboard response events, etc., which met the requirements🤪. |
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 want to create an editor like an HTML input. One feature is that when I focus on the editor, a dropdown menu will appear.
Do you have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions