\n\n- [ ] **`UInputEditor`**\nSince Reka UI lacks a native editor component, I recommend integrating a third-party solution like [Quill](https://quilljs.com) or [TipTap](https://tiptap.dev) (which already offers Nuxt/Vue support). Although previously dismissed by the author, this feature remains highly requested by the community. \u003Cbr>\u003Cimg width=\"1009\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4862e9e8-4769-4bd3-a40e-bc89cea5d1a1\" />\n_Related: #2698, #1889, #791_\n\n- [ ] **`UInputTime`**\nImplement the `TimeField` component from Reka UI, this component could support single and range-based time selection.\n_Related: #3089, #3969, #4634_ \u003Cbr>\u003Cimg width=\"175\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7e338f95-eae3-4ef8-81cc-b3db28553b4e\" />\n\n- [ ] **`UInputDate`**\nImplementation of Reka UI’s `DatePicker` and `DateRangePicker`. \u003Cbr>\u003Cimg width=\"608\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/fcae5c2d-50ed-4b8b-ac89-b3272626fd48\" />\n_Related: #2524, #2873_\n\n- [ ] **`UInputDateTime`**\nA hybrid component combining `UInputDate` and `UInputTime` for scenarios requiring both date and time inputs. \u003Cbr>\u003Cimg width=\"303\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2372467f-ca86-44a0-9667-6dc3ffa43247\" />\n\n- [ ] **`UInputMonth`**\nIdeal for cases where users need to select a combination of month and year. \u003Cbr>\u003Cimg width=\"249\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7ee72087-0d58-47ca-b0f7-b5c239148d91\" />\n\n- [ ] **`UInputYear`**\nA simpler component for year-only selection. \u003Cbr>\u003Cimg width=\"247\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a841c974-43b7-42a1-ac3c-7fb42e85fafc\" />\n\n- [ ] **`UInputMask`**\nMasked inputs are indispensable for formatting fields like postal codes or national IDs. I suggest leveraging [Vue The Mask](https://github.com/vuejs-tips/vue-the-mask) for implementation. \u003Cbr>\u003Cimg width=\"316\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b2a3150f-a29e-40ad-96c1-32a63b3bd9ac\" />\n_Related: #1303, #510_\n\n- [ ] **`UInputPhone`**\nA phone input with internationalization support, much like `LocaleSelect` (which already displays flags and country names). The [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js) library could serve as the foundation. \u003Cbr>\u003Cimg width=\"312\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/893a1bf3-130c-49da-b41e-8ebf468569a4\" />\n_Related: #2815_\n\n## Updates to Existing Components\n\n- [ ] **`UPinInput → UInputPin`**\nRename the existing `UPinInput` component to align with the naming convention used across other input components.\n\n- [ ] **`UInput / UTextarea`**\nAdd a native character counter via a `counter` property, configurable using the `min` and/or `max` attributes. Currently, there is an [example](https://ui3.nuxt.dev/components/input#with-character-limit) for this functionality, but a native implementation would improve the developer experience.\n\n### Additional context\n\n_No response_",[3020,3023],{"name":3021,"color":3022},"feature","A27AF6",{"name":3024,"color":3025},"v3","49DCB8",3094,"nuxt","ui","open","[RFP] The Inputs Update","2025-07-31T02:45:34Z","https://github.com/nuxt/ui/issues/3094",0.76034003,{"description":3035,"labels":3036,"number":3037,"owner":3027,"repository":3038,"state":3029,"title":3039,"updated_at":3040,"url":3041,"score":3042},"The documentation site already includes a feedback component to assess article helpfulness. It would be valuable to reuse this component on the [nuxt.com/blog](https://nuxt.com/blog) posts.\n\nThis would be a lightweight and fast enhancement, leveraging existing infrastructure.\n\nHappy to help implement if approved.\n",[],1942,"nuxt.com","Proposal: Add Existing Docs Feedback Component to Blog Posts on nuxt.com","2025-06-18T23:06:15Z","https://github.com/nuxt/nuxt.com/issues/1942",0.77906716,{"description":3044,"labels":3045,"number":3052,"owner":3027,"repository":3027,"state":3053,"title":3054,"updated_at":3055,"url":3056,"score":3057},"**Summary (generated)**:\n\nFeature description is empty.\n\nWould you be willing to help implement this feature?: [ ] \n\nCould this feature be implemented as a module?: [ ] \n\nFinal checks:\n\n- [X] Read the contribution guide.\n- [X] Check existing discussions and issues.\n\n\u003Chr>\n\n### Describe the feature\n\nnothing\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3046,3049],{"name":3047,"color":3048},"3.x","29bc7f",{"name":3050,"color":3051},"pending triage","E99695",27156,"closed","Suggest supporting React component import to compensate for the current deficiencies in the Vue ecosystem.","2024-05-11T17:02:39Z","https://github.com/nuxt/nuxt/issues/27156",0.73096013,{"description":3059,"labels":3060,"number":3069,"owner":3027,"repository":3028,"state":3053,"title":3070,"updated_at":3071,"url":3072,"score":3073},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\n### Feature Request: Rich Text Editor Component\n\n#### Description\nI would like to request a Rich Text Editor component to be added to Nuxt UI. This component will allow users to input and format rich text content easily, with support for common formatting options such as bold, italic, headers, lists, and more.\n\n#### Benefits\n- Streamlined development for users who need rich text editing features.\n- Consistency in design and functionality with other Nuxt UI components.\n\n#### Proposed Solution\nIntegrate a rich text editor library (e.g., Quill.js, TipTap) as a Nuxt UI component. The component should provide flexibility for customization and ease of use.\n\n#### Alternatives\nFor now, users can manually integrate third-party editors, but having a built-in component would significantly improve the development experience.\n\n\n### Additional context\n\n_No response_",[3061,3064,3065,3066],{"name":3062,"color":3063},"wontfix-v2","ffffff",{"name":3021,"color":3022},{"name":3024,"color":3025},{"name":3067,"color":3068},"pro","5BD3CB",2698,"Proposal: Add a Built-in Rich Text Editor Component to Nuxt UI","2025-04-08T17:13:28Z","https://github.com/nuxt/ui/issues/2698",0.7450587,{"description":3075,"labels":3076,"number":3088,"owner":3027,"repository":3028,"state":3053,"title":3089,"updated_at":3090,"url":3091,"score":3092},"### Description\n\nHi everyone,\nwould it be possible to make the as property of reka-ui components configurable via the UI config or as a prop in the main component?\nFor example, it would be great if we could set an AccordionHeader to render as a div instead of an h3, or an AccordionTrigger as something other than a button.\n\nI also tried to override the component directly, but importing from app.config in the first \u003Cscript> tag turned out to be tricky.\nI’m getting an error saying that the import cannot be resolved.\n\n### Additional context\n\n_No response_",[3077,3080,3081,3083,3086],{"name":3078,"color":3079},"enhancement","a2eeef",{"name":3024,"color":3025},{"name":3082,"color":3063},"triage",{"name":3084,"color":3085},"closed-by-bot","ededed",{"name":3087,"color":3085},"stale",3778,"as property from reka-ui components","2025-06-18T09:01:18Z","https://github.com/nuxt/ui/issues/3778",0.747039,{"description":3094,"labels":3095,"number":3098,"owner":3027,"repository":3028,"state":3053,"title":3099,"updated_at":3100,"url":3101,"score":3102},"### Description\n\nI'd like to request the addition of an AlertDialog component to Nuxt UI — a component used to display modal-style alerts for critical confirmations or irreversible actions (e.g., deleting user data).\n\nThis is a fairly common pattern in modern UI libraries. For reference, RekaUI has already implemented it quite well.\nhttps://reka-ui.com/docs/components/alert-dialog\n\n### Additional context\n\n_No response_",[3096,3097],{"name":3078,"color":3079},{"name":3082,"color":3063},4632,"Add AlertDialog component","2025-08-01T00:55:12Z","https://github.com/nuxt/ui/issues/4632",0.75198454,{"description":3104,"labels":3105,"number":3109,"owner":3027,"repository":3028,"state":3053,"title":3110,"updated_at":3111,"url":3112,"score":3113},"### Description\n\nA ComboBox component with general functionality we need. As implemented in Vuetify ComboBox. https://vuetifyjs.com/en/components/combobox/#api\n\n### Additional context\n\n_No response_",[3106,3107,3108],{"name":3078,"color":3079},{"name":3024,"color":3025},{"name":3082,"color":3063},4483,"ComboBox component with common functionality as hide-selected, search-input.sync, clearable","2025-07-08T09:40:29Z","https://github.com/nuxt/ui/issues/4483",0.7532746,{"description":3115,"labels":3116,"number":3126,"owner":3027,"repository":3027,"state":3053,"title":3127,"updated_at":3128,"url":3129,"score":3130},"### Describe the feature\n\nA component to render it slot only during dev would be useful in some cases.\r\n\r\nThe content should be tree shaken during build\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3117,3119,3122,3123],{"name":3078,"color":3118},"8DEF37",{"name":3120,"color":3121},"discussion","538de2",{"name":3047,"color":3048},{"name":3124,"color":3125},"🍰 p2-nice-to-have","0E8A16",15066,"Add `DevOnly` component","2023-01-19T17:44:35Z","https://github.com/nuxt/nuxt/issues/15066",0.76039696,{"description":3132,"labels":3133,"number":3136,"owner":3027,"repository":3028,"state":3053,"title":3137,"updated_at":3138,"url":3139,"score":3140},"### Description\n\nCurrently, the Select components items popover does not display a scrollbar, even though the content is scrollable. This may confuse users, as they might not realize there are additional options available beyond what is initially visible. While in some cases the partial display of the last cut-off item may hint that more options are available, it is not ideal to rely on this visual cue alone.\n\nExample from the Select Component docs:\n\nIt seems like `Broccoli` is the last item:\n\n\nBut it is not:\n\n\n### Additional context\n\nhttps://ui.nuxt.com/components/select#items",[3134,3135],{"name":3078,"color":3079},{"name":3024,"color":3025},4069,"Scrollbar for Select Component","2025-05-23T15:41:53Z","https://github.com/nuxt/ui/issues/4069",0.7655039,{"labels":3142,"number":3145,"owner":3027,"repository":3027,"state":3053,"title":3146,"updated_at":3147,"url":3148,"score":3149},[3143,3144],{"name":3047,"color":3048},{"name":3050,"color":3051},13547,"Dynamic component with auto imported components (component is)","2023-01-19T16:59:16Z","https://github.com/nuxt/nuxt/issues/13547",0.76746726,["Reactive",3151],{},["Set"],["ShallowReactive",3154],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fV1qzaRiVUOT2H6fyrbo4elYU_kWxoT-BMSsT55qW_nc":-1},"/nuxt/ui/4011"]