2 Replies
Hi @Just Simeon. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the provided knowledge sources, there is no direct information about adding a text input inside a context menu in Nuxt UI. The ContextMenu component documentation ContextMenu (https://ui.nuxt.com/components/context-menu) does not mention any specific functionality for including text inputs.
However, the ContextMenu component allows for custom content within its menu. You could potentially add a text input as part of the custom content, but this would require additional implementation that is not explicitly covered in the provided documentation.
If you need a component that combines input functionality with a dropdown menu, you might want to consider using the InputMenu component instead. The InputMenu component InputMenu (https://ui.nuxt.com/components/input-menu) provides an autocomplete input with real-time suggestions, which might be more suitable for your needs.
Without more specific information about your use case or additional documentation, I cannot provide a definitive answer on how to add a text input directly inside a context menu. If you need this specific functionality, you may need to explore custom implementations or consider alternative components that better suit your requirements.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@294593079812292609> Kapa.ai is still learning and improving, please let me know how I did by reacting below.