SingleNodePlugin with Dropdown and TextEditor Support #5545
Unanswered
girish-kadambari
asked this question in
Q&A
Replies: 1 comment
-
|
@girish-kadambari Did you ever figure this out? I need the same thing, I was looking into the typeahead plugin but it does't allow me to restrict text |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
I need a Lexical plugin (SingleNodePlugin) that enforces having only one node in the editor. Users should add text manually or select from a dropdown, replacing the existing node.
Objective:
Allow text input.
Provide dropdown selection.
Replace existing node on dropdown selection.
Ensure only one node in the editor.
Contribution:
Seeking contributors experienced in Lexical and React to help implement SingleNodePlugin. Contributions include code, testing, and suggestions.
Beta Was this translation helpful? Give feedback.
All reactions