\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.",[2867,2870,2873],{"name":2868,"color":2869},"bug","d73a4a",{"name":2871,"color":2872},"v3","49DCB8",{"name":2874,"color":2875},"triage","ffffff",2859,"nuxt","ui","open","UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.7666689,{"description":2885,"labels":2886,"number":2890,"owner":2877,"repository":2891,"state":2892,"title":2893,"updated_at":2894,"url":2895,"score":2896}," \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",[2887],{"name":2888,"color":2889},"enhancement","1ad6ff",609,"nuxt.com","closed","[Resources] Repositories improvements V2","2022-06-14T10:46:20Z","https://github.com/nuxt/nuxt.com/issues/609",0.7487669,{"description":2898,"labels":2899,"number":2890,"owner":2877,"repository":2903,"state":2892,"title":2904,"updated_at":2905,"url":2906,"score":2896},"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.",[2900],{"name":2901,"color":2902},"vitest-environment","b60205","test-utils","Rejected errors in useAsyncData are broken","2023-12-02T23:30:22Z","https://github.com/nuxt/test-utils/issues/609",{"description":2908,"labels":2909,"number":2913,"owner":2877,"repository":2903,"state":2892,"title":2914,"updated_at":2915,"url":2916,"score":2917},"Hello.\r\n\r\ni was just wondering is it possible to make better error logs?\r\nBecause at one moment tests just stop and all I see is:\r\n\r\n",[2910,2912],{"name":2888,"color":2911},"a2eeef",{"name":2901,"color":2902},605,"Is it possible to create better error logs?","2023-12-05T16:15:41Z","https://github.com/nuxt/test-utils/issues/605",0.75278175,{"description":2919,"labels":2920,"number":2924,"owner":2877,"repository":2878,"state":2892,"title":2925,"updated_at":2926,"url":2927,"score":2928},"### Environment\n\nWhen navigating to any component on the `ui.nuxt.com` website, it displays a 500 error and fails to show any content.\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://ui.nuxt.com\n\n### Description\n\nWhen using the `ui.nuxt.com` website and navigating to any component, the site 500 errors.\n\n### Additional context\n\nOnly seems to occur on the latest version of firefox, works fine on chrome.\n\n### Logs\n\n```shell-script\n\n```",[2921,2922,2923],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3804,"`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.7547342,{"description":2930,"labels":2931,"number":2935,"owner":2877,"repository":2878,"state":2892,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.8\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: devtools, modules, css, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.2, @nuxt/eslint@1.3.0, @nuxt/image@1.10.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nHere is the code used from the doc :\n```\n\u003Cscript setup lang=\"ts\">\nconst items = [\n 'https://picsum.photos/640/640?random=1',\n 'https://picsum.photos/640/640?random=2',\n 'https://picsum.photos/640/640?random=3',\n 'https://picsum.photos/640/640?random=4',\n 'https://picsum.photos/640/640?random=5',\n 'https://picsum.photos/640/640?random=6'\n]\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUCarousel v-slot=\"{ item }\" arrows :items=\"items\" class=\"w-full max-w-xs mx-auto\">\n \u003Cimg :src=\"item\" width=\"320\" height=\"320\" class=\"rounded-lg\">\n \u003C/UCarousel>\n\u003C/template>\n```\n\nDisplay the page in a mobile frame using devtools\n\n### Description\n\nHello\nOn small screens carousel arrows seem to be outside of the screen.\nUsing the demo code from the doc in a fresh new project I get this :\n\n\n\nUsing a max-w-2xs fixes the issue, but is this scenario supposed to be handled by the component itself (ie, should arrows be part of the component width) ?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2932,2933,2934],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3813,"Carousel arrows are cropped on small screens","2025-04-08T12:25:30Z","https://github.com/nuxt/ui/issues/3813",0.75589776,{"description":2941,"labels":2942,"number":2948,"owner":2877,"repository":2878,"state":2892,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### 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_",[2943,2944,2945],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2946,"color":2947},"reka-ui","56d799",2350,"[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.7603758,{"description":2954,"labels":2955,"number":2959,"owner":2877,"repository":2891,"state":2892,"title":2960,"updated_at":2961,"url":2962,"score":2963},"- [ ] Move to `nuxt/nuxt.js` repository in `docs/`\n- [ ] Branch + deployment on domain\n- [ ] Upgrade to new docus (`nuxt3-docs` theme https://github.com/nuxt/nuxt3-docs)\n- [ ] Remove landing page\n- [ ] Update logo\n- [ ] Link to go back to `nuxt.com`\n\n### Navbar\n\n1. Learn\n - ...docs\n - Master courses to `https://masteringnuxt.com/?utm_source=nuxt&utm_medium=link&utm_campaign=nsite`\n2. Examples\n3. Explore\n - Deployments\n - Themes\n - Video courses\n - Modules to `nuxt.com/integrations`\n4. Releases\n\n#### Discover\n\n- [ ] Redirect `/showcases` to `nuxt.com/resources/showcases`\n- [ ] Redirect `/case-studies` to `nuxt.com/resources/case-studies`\n- [ ] Redirect `/testimonials` to `nuxt.com/docs/framework/v2`\n\n#### Learn\n\n- [ ] Redirect `/tutorials` to `nuxt.com/resources/blog`\n\n#### Community\n\n- [ ] Redirect `/announcements` to `nuxt.com/resources/blog`\n- [ ] Redirect `/teams` to `nuxt.com/community/nuxters`\n- [ ] Redirect `/sponsors` to `nuxt.com/community/partners`\n\n#### Partners\n\n- [ ] Redirect `/partners` to `nuxt.com/community/partners`\n\n### Footer\n\n- [ ] Default docus footer\n- [ ] `/support` -> `nuxt.com/company/support`\n- [ ] `/contribution-guide` (to keep)\n- [ ] `/events` -> `nuxt.com/resources/live-events` + update on `nuxt.com`\n- [ ] `/design` -> `nuxt.com/resources/design-kit`",[2956],{"name":2957,"color":2958},"roadmap","ff7a1a",534,"`v2.nuxt.com`","2022-11-17T11:41:23Z","https://github.com/nuxt/nuxt.com/issues/534",0.767659,{"description":2965,"labels":2966,"number":2959,"owner":2877,"repository":2903,"state":2892,"title":2968,"updated_at":2969,"url":2970,"score":2963},"When updating setProps the target component is not being updated.\r\n\r\n```\r\nExtraneous non-props attributes (title) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. \r\n```\r\n\r\nReproduction: https://stackblitz.com/edit/nuxt-starter-quawkh?file=pages%2F__tests__%2FTestComponent.nuxt.spec.js",[2967],{"name":2901,"color":2902},"setProps not working with mountSuspended","2023-12-19T09:11:16Z","https://github.com/nuxt/test-utils/issues/534",{"description":2972,"labels":2973,"number":2975,"owner":2877,"repository":2891,"state":2892,"title":2976,"updated_at":2977,"url":2978,"score":2979},"Respectively to `contact@nuxt.com` / `support@nuxt.com` / `careers@nuxt.com`",[2974],{"name":2888,"color":2889},503,"[Company] `contact` / `support` / `careers` forms should send an email","2023-02-15T12:32:26Z","https://github.com/nuxt/nuxt.com/issues/503",0.77065676,["Reactive",2981],{},["Set"],["ShallowReactive",2984],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWiaTbV4m1_1BpPXoPrcGAizhnk8laz5WtwJp5GZ3FM0":-1},"/nuxt/ui/3928"]