\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.",[2018,2021,2022],{"name":2019,"color":2020},"bug","d73a4a",{"name":2005,"color":2006},{"name":2008,"color":2009},2859,"UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.7845698,{"description":2029,"labels":2030,"number":2031,"owner":1991,"repository":2032,"state":1993,"title":2033,"updated_at":2034,"url":2035,"score":2036},"\r\n\u003Cimg width=\"1229\" alt=\"image\" src=\"https://github.com/nuxt/nuxt.com/assets/73933669/a8b6473a-c737-4783-ad7f-148b07f0bf56\">\r\n\r\nhttps://github.com/nuxt/nuxt.com/assets/73933669/747e1528-e1b6-4c89-ae63-4afc0d74e471\r\n\r\n\r\nBrowser: Safari (i think this issue might be on every browser)\r\n\r\nHow to reproduce:\r\nSpam `cmd + r` if you're on windows `ctrl + r`.",[],1582,"nuxt.com","Cannot load payload ~ A bug maybe","2024-05-15T07:13:12Z","https://github.com/nuxt/nuxt.com/issues/1582",0.79122895,{"description":2038,"labels":2039,"number":2040,"owner":1991,"repository":2041,"state":2042,"title":2043,"updated_at":2044,"url":2045,"score":2046},"Originally reported by nuxt/test-utils#329, when having multiple `.test` files, jest runs them in parallel. If two depending on a single fixture and need build, this causes issues. Some options are:\r\n\r\n- Using run-in-band to disable parallel run\r\n- Using a lock-file so one test awaits on others during build\r\n- Using random build ids for `buildDir`\r\n- Using mfs (#49) for building in mem (considering all internals can support)\r\n\r\n",[],413,"test-utils","closed","fix: build conflict between multiple tests","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/413",0.70434433,{"description":2048,"labels":2049,"number":2055,"owner":1991,"repository":1992,"state":2042,"title":2056,"updated_at":2057,"url":2058,"score":2059},"### 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_",[2050,2051,2052],{"name":2019,"color":2020},{"name":2005,"color":2006},{"name":2053,"color":2054},"reka-ui","56d799",2350,"[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.7595298,{"description":2061,"labels":2062,"number":2063,"owner":1991,"repository":2032,"state":2042,"title":2064,"updated_at":2065,"url":2066,"score":2067},"Why Nuxt v2 docs get translations, but Nuxt v3 docs don't?",[],1448,"Translations for docs","2024-11-17T15:31:38Z","https://github.com/nuxt/nuxt.com/issues/1448",0.76591945,{"description":2069,"labels":2070,"number":2074,"owner":1991,"repository":1992,"state":2042,"title":2075,"updated_at":2076,"url":2077,"score":2078},"### 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```",[2071,2072,2073],{"name":2019,"color":2020},{"name":2005,"color":2006},{"name":2008,"color":2009},3804,"`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.7708544,{"description":2080,"labels":2081,"number":2084,"owner":1991,"repository":2032,"state":2042,"title":2085,"updated_at":2086,"url":2087,"score":2088},"\n\nThe select should be after the input text",[2082],{"name":2002,"color":2083},"1ad6ff",547,"[Project] Invert type and input on YAML fields","2022-05-23T15:16:52Z","https://github.com/nuxt/nuxt.com/issues/547",0.77258307,{"description":2090,"labels":2091,"number":2084,"owner":1991,"repository":2041,"state":2042,"title":2095,"updated_at":2096,"url":2097,"score":2088},"I've have run into use case that seems peculiar, but I wanted to pose it here in case it's something that would make sense to bundle into this package as an enhancement.\r\n\r\nPut simply, I needed to do something like `registerEndpoint`, but to be able to set it up _before the Nuxt app starts_. We've tried calling `registerEndpoint` as early as possible, but from what I've seen, this just mocks calls for once the Vue app is mounted to the window, not before.\r\n\r\nWhat I've landed on as a solution is have a Nuxt plugin that's only included for test runs which replaces the global `$fetch` with a mock implementation of `$fetch` wrapped in `vi.fn()`, plus a mock implementation of `$fetch.create`. That's coupled with an object that can be configured with the return values like so:\r\n\r\n```ts\r\nconst endpointMocks = {\r\n 'http://0.0.0.0:8000/api/1.0': {\r\n some: {\r\n endpoint: () => ({ ok: true }),\r\n },\r\n },\r\n};\r\n```\r\n\r\nRight now it catches any call that doesn't match a path in this object, and raises an error instead of making a request.\r\n\r\nIs this a feature that would be desirable to be included as part of `nuxt-vitest`? Or perhaps would this be better suited as its own module/package elsewhere?",[2092],{"name":2093,"color":2094},"vitest-environment","b60205","enhancement: mocking $fetch before app starts (@sidebase/nuxt-auth)","2023-12-02T23:39:53Z","https://github.com/nuxt/test-utils/issues/547",["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"t4fgiQB76K9QHpFBsnspjnWQxZqIyN1xMhYLZnlC74g":-1},"/nuxt/nuxt.com/633"]