\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.",[2882,2883,2886],{"name":2866,"color":2867},{"name":2884,"color":2885},"v3","49DCB8",{"name":2887,"color":2888},"triage","ffffff",2859,"ui","UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.75573766,{"description":2896,"labels":2897,"number":2898,"owner":2872,"repository":2899,"state":2874,"title":2900,"updated_at":2901,"url":2902,"score":2903},"https://stackblitz.com/edit/nuxt-icon-playground-frxmrw4y\n\nIcons not displayed",[],368,"icon","Not shows with new Nuxt 3.16.0","2025-03-13T12:52:04Z","https://github.com/nuxt/icon/issues/368",0.7557857,{"description":2905,"labels":2906,"number":2912,"owner":2872,"repository":2890,"state":2874,"title":2913,"updated_at":2914,"url":2915,"score":2916},"### 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_",[2907,2910,2911],{"name":2908,"color":2909},"enhancement","a2eeef",{"name":2884,"color":2885},{"name":2887,"color":2888},3778,"as property from reka-ui components","2025-04-02T14:07:08Z","https://github.com/nuxt/ui/issues/3778",0.76276845,{"description":2918,"labels":2919,"number":2923,"owner":2872,"repository":2890,"state":2924,"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```",[2920,2921,2922],{"name":2866,"color":2867},{"name":2884,"color":2885},{"name":2887,"color":2888},3804,"closed","`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.69935715,{"description":2930,"labels":2931,"number":2934,"owner":2872,"repository":2890,"state":2924,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### For what version of Nuxt UI are you suggesting this?\n\nv3-alpha\n\n### Description\n\nUnless I've missed something in the docs, there doesn't seem to be a way to disable the search input in the SelectMenu component. In v2 the search feature was opt, is there a chance this will also be the case in v3?\n\n### Additional context\n\n_No response_",[2932,2933],{"name":2908,"color":2909},{"name":2884,"color":2885},2516,"Disable search in select menu component","2024-11-03T09:28:03Z","https://github.com/nuxt/ui/issues/2516",0.72979575,{"description":2940,"labels":2941,"number":2946,"owner":2872,"repository":2947,"state":2924,"title":2948,"updated_at":2949,"url":2950,"score":2951},"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",[2942,2943],{"name":2908,"color":2909},{"name":2944,"color":2945},"vitest-environment","b60205",605,"test-utils","Is it possible to create better error logs?","2023-12-05T16:15:41Z","https://github.com/nuxt/test-utils/issues/605",0.7300874,{"description":2953,"labels":2954,"number":2957,"owner":2872,"repository":2958,"state":2924,"title":2959,"updated_at":2960,"url":2961,"score":2962}," \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",[2955],{"name":2908,"color":2956},"1ad6ff",609,"nuxt.com","[Resources] Repositories improvements V2","2022-06-14T10:46:20Z","https://github.com/nuxt/nuxt.com/issues/609",0.73016596,{"description":2964,"labels":2965,"number":2957,"owner":2872,"repository":2947,"state":2924,"title":2967,"updated_at":2968,"url":2969,"score":2962},"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.",[2966],{"name":2944,"color":2945},"Rejected errors in useAsyncData are broken","2023-12-02T23:30:22Z","https://github.com/nuxt/test-utils/issues/609",{"description":2971,"labels":2972,"number":2976,"owner":2872,"repository":2958,"state":2924,"title":2977,"updated_at":2978,"url":2979,"score":2980},"- [ ] 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`",[2973],{"name":2974,"color":2975},"roadmap","ff7a1a",534,"`v2.nuxt.com`","2022-11-17T11:41:23Z","https://github.com/nuxt/nuxt.com/issues/534",0.7343083,["Reactive",2982],{},["Set"],["ShallowReactive",2985],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fkeEiHOrVDIC3eQQbOgrK4XHQ5xKFuUNx9wQj5s9e6YA":-1},"/nuxt/nuxt.com/1074"]