\n до \u003CUInputNumber v-model=\"bill.to\" :min=\"bill.from\" :max=\"10000\" :step=\"calcStep(bill.to)\" variant=\"soft\" class=\"max-w-32\" />\n \u003C/div>\n\u003C/template>\n```\n\n### Description\n\nhttps://skr.sh/vT5m5gCX1Bk\n\nThe value changes when clicking outside the field, regardless of the `step` and `modelValue` state. The `step` parameter is also calculated incorrectly at the threshold of 1000.",[2021,2022,2023],{"name":1985,"color":1986},{"name":1991,"color":1992},{"name":2024,"color":2025},"triage","ffffff",2859,"UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.6949609,{"description":2032,"labels":2033,"number":2040,"owner":1994,"repository":1995,"state":1996,"title":2041,"updated_at":2042,"url":2043,"score":2044},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\nHi,\n\nI'm having issue correctly placing the popover for a `InputMenu` component. I have a bunch of pretty long options name, and I just want the popover to be placed underneath and stretching to display the option entirely. I used `placement: 'bottom-start'`, but I think it uses the down chevron as a reference point.\n\nI made [an example repo](https://stackblitz.com/edit/nuxt-ui-q5dqd7?file=app.vue) to show the expected behavior and the actual result.\n\nExpected: (rebuilt with a `Popover` component)\n\n\n\nActual: (`InputMenu` component)\n\n - Overflowing\n \n - Normal\n \n\nIs that a bug, or am I doing something wrong.",[2034,2037],{"name":2035,"color":2036},"question","d876e3",{"name":2038,"color":2039},"stale","ededed",2502,"Input menu popover placement","2025-02-14T01:58:48Z","https://github.com/nuxt/ui/issues/2502",0.6960786,{"description":2046,"labels":2047,"number":2050,"owner":1994,"repository":1995,"state":1996,"title":2051,"updated_at":2052,"url":2053,"score":2054},"### Description\n\nHeader slot doesn't approve custom element style like `bg-header`. In some cases I need to change the border or background color of header, body and footer.\n \n```\n\u003Cscript setup lang=\"ts\">\nconst modal = useModal()\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUModal title=\"Title\" :ui=\"{\n header: 'bg-header',\n }\">\n\n \u003C/UModal>\n\u003C/template>\n\u003Cstyle scoped>\n.bg-header{\n background-color: #000;\n}\n\u003C/style>\n```",[2048,2049],{"name":2035,"color":2036},{"name":1991,"color":1992},3372,"Add custom element style to modal","2025-02-27T14:46:11Z","https://github.com/nuxt/ui/issues/3372",0.69864136,{"description":2056,"labels":2057,"number":2059,"owner":1994,"repository":1995,"state":2060,"title":2061,"updated_at":2062,"url":2063,"score":2064},"### Environment\n\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v20.11.0\r\n- Nuxt Version: 3.13.0\r\n- CLI Version: 3.13.1\r\n- Nitro Version: 2.9.7\r\n- Package Manager: npm@10.2.4\r\n- Builder: -\r\n- User Config: compatibilityDate, runtimeConfig, experimental, router, i18n, devServer, devtools, app, components, modules, vue, tailwindcss, image, ui, nitro, storyblok, algolia, colorMode, hooks\r\n- Runtime Modules: @nuxt/devtools@1.4.1, @nuxt/image@1.8.0, @nuxt/ui@2.18.4, @nuxtjs/i18n@8.5.1, @pinia/nuxt@0.5.4, @storyblok/nuxt@6.0.10, @vueuse/nuxt@11.0.3, nuxt-og-image@3.0.0-rc.66, @stefanobartoletti/nuxt-social-share@1.0.1\r\n- Build Modules: -\r\n------------------------------\n\n### Version\n\nv2.18.4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-y5b7nb?file=app.vue\n\n### Description\n\nWhen using the button component with color 'white' and variant 'link', 'outline' or 'soft' invalid Tailwind color classes are generated, e.g. 'text-white-500'. It should be 'text-white'.\r\n\r\ntext-white-500 hover:text-white-600 disabled:text-white-500 dark:text-white-400 dark:hover:text-white-500 dark:disabled:text-white-400 focus-visible:ring-inset focus-visible:ring-white-500 dark:focus-visible:ring-white-400\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2058],{"name":2035,"color":2036},2109,"closed","White link, outline and soft buttons generate wrong Tailwind classes, e.g. 'text-white-500'","2024-09-06T13:10:25Z","https://github.com/nuxt/ui/issues/2109",0.6343855,{"description":2066,"labels":2067,"number":2076,"owner":1994,"repository":1995,"state":2060,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@9.15.4\n- Builder: -\n- User Config: modules, devtools, app, css, runtimeConfig, future, compatibilityDate, telemetry, eslint\n- Runtime Modules: @nuxt/ui-pro@3.0.0, @nuxt/eslint@1.0.1, @vueuse/nuxt@12.5.0, @nuxt/image@1.9.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3\n\n### Reproduction\n\n```\n\u003CUDashboardSidebar\n collapsible\n resizable\n >\n \u003Ctemplate #header>\n \u003Cdiv class=\"flex items-center gap-2\">\n \u003CUIcon\n name=\"i-solar-buildings-2-bold\"\n class=\"w-7 h-7\"\n />\n \u003Cspan class=\"flex items-center gap-2 font-semibold text-lg logo\">example\u003C/span>\n \u003C/div>\n \u003C/template>\n \u003CUNavigationMenu\n orientation=\"vertical\"\n :items=\"links\"\n />\n \u003Cdiv class=\"flex-1\" />\n \u003CUNavigationMenu\n orientation=\"vertical\"\n\n :items=\"footerLinks\"\n />\n \u003CUSeparator class=\"sticky bottom-0\" />\n \u003Ctemplate #footer>\n \u003Cspan class=\"text-xs text-neutral-500 tracking-tight\">Version {{ useRuntimeConfig().public.version }}\u003C/span>\n \u003C/template>\n \u003C/UDashboardSidebar>\n```\n\n### Description\n\nHey,\nEvery time sidebar is opened i get the following warns in console:\n\n```\nutils.ts:34 Warning: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users.\n\nIf you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.\n\nFor more information, see https://www.reka-ui.com/docs/components/dialog.html#title\n```\nand \n```\nWarning: Missing `Description` or `aria-describedby=\"undefined\"` for DialogContent.\n```\n\nAlso, do think in general we should avoid Reka UI error messages...",[2068,2069,2070,2073],{"name":1985,"color":1986},{"name":1991,"color":1992},{"name":2071,"color":2072},"pro","5BD3CB",{"name":2074,"color":2075},"reka-ui","56d799",3559,"`UDashboardSidebar` - `reka-ui` errors on open","2025-03-31T20:55:10Z","https://github.com/nuxt/ui/issues/3559",0.6422188,{"description":2082,"labels":2083,"number":2087,"owner":1994,"repository":2005,"state":2060,"title":2088,"updated_at":2089,"url":2090,"score":2091},"Respectively to `contact@nuxt.com` / `support@nuxt.com` / `careers@nuxt.com`",[2084],{"name":2085,"color":2086},"enhancement","1ad6ff",503,"[Company] `contact` / `support` / `careers` forms should send an email","2023-02-15T12:32:26Z","https://github.com/nuxt/nuxt.com/issues/503",0.6621437,{"description":2093,"labels":2094,"number":2087,"owner":1994,"repository":2098,"state":2060,"title":2099,"updated_at":2100,"url":2101,"score":2091},"After updating happy-dom to the latest version **10.5.2** ,\r\nI have this error when I run my app : \r\n`Error while requiring module vitest-environment-nuxt/module: Error: Cannot find module '/Users/\u003Cuser>/\u003Cfolderpath>/vitest-environment-nuxt/module'`\r\n\r\nDoes anyone have a solution ?",[2095],{"name":2096,"color":2097},"vitest-environment","b60205","test-utils","Error after updating happy dom dependency","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/503",["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"s_KTqcM8m3Z599dTWPeYZKRYHH2IBvub1g-EChfKW9A":-1},"/nuxt/ui/2350"]