Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: ComboboxInput support custom to element already exist #891

Open
1 of 2 tasks
aquarius-wing opened this issue May 4, 2024 · 2 comments
Open
1 of 2 tasks
Labels

Comments

@aquarius-wing
Copy link

Describe the feature

The scenario I hope for this feature is that in a rich text editor, you often need to use / to call up the menu and then search.

At this time, the most natural way is that you are still typing in the editor and can also search for the called-up menu. At this point, ComboboxInput should not be a separate input, but it would be best if it could be re-designated as an existing contenteditable=true dom.

CleanShot-2024-05-04-at-22.00.58.mp4

Additional information

  • I intend to submit a PR for this feature.
  • I have already implemented and/or tested this feature.
@zernonia
Copy link
Collaborator

Thanks @aquarius-wing . I had this idea as well as to allow the input to be virtual. However this require some refactoring, and I'll set it to be part of v2

@aquarius-wing
Copy link
Author

Thanks @aquarius-wing . I had this idea as well as to allow the input to be virtual. However this require some refactoring, and I'll set it to be part of v2

That's nice to hear about it!

@zernonia zernonia added the v2 label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants