\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.",[2881,2884,2885],{"name":2882,"color":2883},"bug","d73a4a",{"name":2856,"color":2857},{"name":2859,"color":2860},2859,"UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.7197348,{"description":2892,"labels":2893,"number":2900,"owner":2862,"repository":2863,"state":2864,"title":2901,"updated_at":2902,"url":2903,"score":2904},"### 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.",[2894,2897],{"name":2895,"color":2896},"question","d876e3",{"name":2898,"color":2899},"stale","ededed",2502,"Input menu popover placement","2025-02-14T01:58:48Z","https://github.com/nuxt/ui/issues/2502",0.72671264,{"description":2906,"labels":2907,"number":2913,"owner":2862,"repository":2863,"state":2914,"title":2915,"updated_at":2916,"url":2917,"score":2918},"### Environment\n\n System:\n OS: Linux 6.5 Ubuntu 23.10 23.10 (Mantic Minotaur)\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\n Memory: 44.48 GB / 62.57 GB\n Container: Yes\n Shell: 5.9 - /usr/bin/zsh\n Browsers:\n Chrome: 126.0.6478.126\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/select-menu\n\n### Description\n\n1. open docs\n2. open any select menu\n3. select any option\n4. tab to next field\n5. tab index is reset\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2908,2909,2910],{"name":2882,"color":2883},{"name":2856,"color":2857},{"name":2911,"color":2912},"reka-ui","56d799",2350,"closed","[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.6779774,{"description":2920,"labels":2921,"number":2924,"owner":2862,"repository":2873,"state":2914,"title":2925,"updated_at":2926,"url":2927,"score":2928},"",[2922],{"name":2882,"color":2923},"ff281a",1056,"sitemap.xml not generated in production env","2023-06-06T12:14:32Z","https://github.com/nuxt/nuxt.com/issues/1056",0.7001672,{"description":2930,"labels":2931,"number":2932,"owner":2862,"repository":2873,"state":2914,"title":2933,"updated_at":2934,"url":2935,"score":2936},"\r\n\r\n",[],1438,"[Support] Workshops & Trainings link directs to HTTP 404","2023-12-04T11:28:56Z","https://github.com/nuxt/nuxt.com/issues/1438",0.7012648,{"description":2938,"labels":2939,"number":2942,"owner":2862,"repository":2863,"state":2914,"title":2943,"updated_at":2944,"url":2945,"score":2946},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v20.11.0\n- Nuxt Version: 3.15.1\n- CLI Version: 3.19.1\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.12.2\n- Builder: -\n- User Config: compatibilityDate, app, devtools, modules, css, runtimeConfig\n- Runtime Modules: @nuxt/ui-pro@3.0.0-alpha.10, @nuxt/ui@3.0.0-alpha.10, @nuxt/eslint@0.7.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/great-orla-2l7wyw\n\n### Description\n\nThe checkbox-type items are no longer working as expected. When we copy and paste the code from the documentation [here](https://ui3.nuxt.dev/components/dropdown-menu#with-checkbox-items), the behavior is different from what is described.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2940,2941],{"name":2882,"color":2883},{"name":2856,"color":2857},3071,"[DropdownMenu] checkbox-type items are no longer working","2025-01-25T12:55:17Z","https://github.com/nuxt/ui/issues/3071",0.7021066,{"description":2948,"labels":2949,"number":2952,"owner":2862,"repository":2873,"state":2914,"title":2953,"updated_at":2954,"url":2955,"score":2956}," \n\n- [ ] No empty state for repositories, i put an example there nuxtlabs/nuxt.com#613\n\n\n- [x] Padding up & down the border should be 16px instead of 12px\n\n\n- [x] Icon should be 18px and space between icon & text should be 8px\n\n\n- [x] icon should be 20px and space between text & icon should also be 8px + underline should be only on text (width: calc(100% - 20px); right: 0;) and 4px below the actual position of it\n\n\n- [x] [Tablet] You can make 2 cols in tablet\n\n\n- [x] [Tablet] You can reduce image opacity like you do in mobile for tablet resolutions\n\n\n- [ ] [Mobile] Selects should be width full (in very small resolutions) nuxtlabs/nuxt.com#612\n\n**Idea**\n- [ ] [Mobile] Maybe adding a back to top on mobile because scroll can be very long\n\n\n- [x] [Darkmode] Repo title should be white\n\n\n- [x] Increase the space between Title & Description by 4px\n\n",[2950],{"name":2853,"color":2951},"1ad6ff",609,"[Resources] Repositories improvements V2","2022-06-14T10:46:20Z","https://github.com/nuxt/nuxt.com/issues/609",0.7062238,{"description":2958,"labels":2959,"number":2952,"owner":2862,"repository":2963,"state":2914,"title":2964,"updated_at":2965,"url":2966,"score":2956},"When testing a composable that uses useAsyncData, errors get re-instantiated as the default Error class. This creates problems when testing code that acts on specific error instance types.\r\n\r\nI expect error instances to be used the way they are passed to the `mockResolvedValue` function.\r\n\r\nReproduction stackblitz: https://stackblitz.com/edit/nuxt-starter-69sxkx?file=composables%2FuseData.spec.ts\r\n\r\nRun `npm run test` to see the problem.",[2960],{"name":2961,"color":2962},"vitest-environment","b60205","test-utils","Rejected errors in useAsyncData are broken","2023-12-02T23:30:22Z","https://github.com/nuxt/test-utils/issues/609",["Reactive",2968],{},["Set"],["ShallowReactive",2971],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$flX4yKGsasrNKGpyYaf8jIm0SeOldsClbWkzjAFsMtFc":-1},"/nuxt/nuxt.com/1446"]