\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.",[2010,2013,2014],{"name":2011,"color":2012},"bug","d73a4a",{"name":1999,"color":2000},{"name":2015,"color":2016},"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.74678403,{"description":2023,"labels":2024,"number":2029,"owner":1985,"repository":2002,"state":2030,"title":2031,"updated_at":2032,"url":2033,"score":2034},"### Description\n\nEnhance UTabs by making the tab header sticky while allowing the content area to be scrollable. This ensures better usability, keeping the tabs visible while navigating long content.\n\n### Additional context\n\n_No response_",[2025,2028],{"name":2026,"color":2027},"enhancement","a2eeef",{"name":1999,"color":2000},3330,"closed","feat(UTabs): Sticky Tab header and Scrollable content","2025-02-17T18:21:54Z","https://github.com/nuxt/ui/issues/3330",0.71970093,{"description":2036,"labels":2037,"number":2040,"owner":1985,"repository":1986,"state":2030,"title":2041,"updated_at":2042,"url":2043,"score":2044},"After updating the API, Jobs page is on error under certain circumstances : \n\nRelated commit : https://github.com/nuxtlabs/nuxt.com/commit/8962705b5d0dda99724d661efeeb4ed18e332db4\n\nEnvironment (Preview) : https://framework-p2aadzhns-nuxt-js.vercel.app/\n\n```\nTypeError: Cannot read properties of undefined (reading 'map')\n```\n\nThis is due to changes in the data structure of the API, changing from `\u003CNuxtJob[]>` to `{ data: \u003CNuxtJob[]>`. API endpoint (/api/jobs) seems to sometimes serve the outdated data.\n\n- 1 : client-side navigation from / to /support/jobs : fails\n- 2 : Server hit on /support/jobs : works\n- 3: client-side navigation back and forth to /support/jobs after 2 : works",[2038],{"name":2011,"color":2039},"ff281a",1041,"[Jobs] Error after API update","2023-06-06T12:14:28Z","https://github.com/nuxt/nuxt.com/issues/1041",0.7221808,{"description":2046,"labels":2047,"number":2048,"owner":1985,"repository":2049,"state":2030,"title":2050,"updated_at":2051,"url":2052,"score":2053},"I got the exception when i use the @nuxt/icon and nuxt-icon 1.0.0-beta.7, I just try both version. And I got the same error.\r\n\r\nhere is the dependencies\r\n\"dependencies\": {\r\n \"big.js\": \"^6.2.1\",\r\n \"nuxt\": \"^3.12.3\",\r\n \"nuxt-icon\": \"1.0.0-beta.7\",\r\n \"qrcode-vue3\": \"^1.6.8\",\r\n \"vue\": \"latest\"\r\n },\r\n \"devDependencies\": {\r\n \"@formkit/auto-animate\": \"^0.8.2\",\r\n \"@nuxtjs/tailwindcss\": \"^6.12.0\",\r\n \"@pinia-plugin-persistedstate/nuxt\": \"^1.2.1\",\r\n \"@pinia/nuxt\": \"^0.5.1\",\r\n \"@vueuse/nuxt\": \"^10.11.0\"\r\n }\r\n\r\nCannot read properties of undefined (reading 'startsWith')\r\n\r\nat ReactiveEffect.fn (./node_modules/.pnpm/@vue+reactivity@3.4.31/node_modules/@vue/reactivity/dist/reactivity.cjs.js:994:13)\r\nat ReactiveEffect.run (./node_modules/.pnpm/@vue+reactivity@3.4.31/node_modules/@vue/reactivity/dist/reactivity.cjs.js:172:19)\r\nat get value [as value] (./node_modules/.pnpm/@vue+reactivity@3.4.31/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1006:109)\r\nat ./node_modules/.pnpm/nuxt-icon@1.0.0-beta.7_magicast@0.3.4_rollup@4.18.0_vite@5.3.3_@types+node@20.14.10_terser@5.31.1__vue@3.4.31/node_modules/nuxt-icon/dist/runtime/components/index.js:36:44\r\nat ReactiveEffect.fn (./node_modules/.pnpm/@vue+reactivity@3.4.31/node_modules/@vue/reactivity/dist/reactivity.cjs.js:994:13)\r\nat ReactiveEffect.run (./node_modules/.pnpm/@vue+reactivity@3.4.31/node_modules/@vue/reactivity/dist/reactivity.cjs.js:172:19)\r\nat get value [as value] (./node_modules/.pnpm/@vue+reactivity@3.4.31/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1006:109)\r\nat Proxy. (./node_modules/.pnpm/nuxt-icon@1.0.0-beta.7_magicast@0.3.4_rollup@4.18.0_vite@5.3.3_@types+node@20.14.10_terser@5.31.1__vue@3.4.31/node_modules/nuxt-icon/dist/runtime/components/index.js:43:17)\r\nat renderComponentRoot (./node_modules/.pnpm/@vue+runtime-core@3.4.31/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:886:16)",[],190,"icon","Cannot read properties of undefined (reading 'startsWith')","2024-07-15T16:02:09Z","https://github.com/nuxt/icon/issues/190",0.7271758,{"description":2055,"labels":2056,"number":2063,"owner":1985,"repository":2064,"state":2030,"title":2065,"updated_at":2066,"url":2067,"score":2068},"Loading a local variable font doesn't work. Although setting everything up correctly, it doesn't accept any weight properties \n\nExample below:\n```JS\n[…]\nfonts: {\n assets: {\n prefix: 'public/fonts/',\n },\n families: [\n {\n name: 'Geist Sans',\n provider: 'local',\n weight: [100, 900],\n preload: true,\n display: 'swap',\n fallbacks: ['Arial', 'Helvatica'],\n },\n ],\n },\n```\n\n💡 weight property with values \"100..900\" doesn't work too",[2057,2060],{"name":2058,"color":2059},"needs reproduction","C94E53",{"name":2061,"color":2062},"closed-by-bot","ededed",178,"fonts","Local variable Font not working","2024-07-18T01:51:40Z","https://github.com/nuxt/fonts/issues/178",0.7308888,{"description":2070,"labels":2071,"number":2063,"owner":1985,"repository":2049,"state":2030,"title":2072,"updated_at":2073,"url":2074,"score":2068},"I am using `@nuxt/icon` in a Nuxt app where the rendering mode is client-side only. According to the documentation:\r\n\r\n> By default, this module will create a server endpoint /api/_nuxt_icon/:collection to serve the icons from your local server bundle\r\n\r\nHowever there shouldn't be an `api` directory in this situation as it is bundled under the `server` directory and this one is not used for client-side only apps\r\n\r\nThis results in the app makign a request to `https://\u003Chost>/api/_nuxt_icon/tri.json?icons=paperplane`, this returns the Nuxt's 404 error page, then it makes a request to `https://api.iconify.design/tri.json?icons=paperplane`\r\n\r\nIs that supposed to happen ? Or does the application need additional configuration for this usecase ?",[],"Iconify endpoint for local collections fails because rendering mode is client-side only","2024-08-21T08:39:18Z","https://github.com/nuxt/icon/issues/178",{"description":2076,"labels":2077,"number":2083,"owner":1985,"repository":2002,"state":2030,"title":2084,"updated_at":2085,"url":2086,"score":2087},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.7.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: bun\n- Builder: -\n- Runtime Modules: @nuxt/ui-pro@3.0.0-alpha.12\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha12\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/hidden-snow-d6s8wz?workspaceId=ws_JNWrpb8H73oZGFCJNwBaqL\n\n### Description\n\nWhen using the USelectMenu within a UModal, the search input of the select menu is not working correctly.\n\nIt can't be focused and typing only focuses the SelectMenu itself.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2078,2079,2082],{"name":2011,"color":2012},{"name":2080,"color":2081},"duplicate","cfd3d7",{"name":1999,"color":2000},3288,"USelectMenu broken within UModal","2025-02-11T14:11:07Z","https://github.com/nuxt/ui/issues/3288",0.7340336,{"description":2089,"labels":2090,"number":2093,"owner":1985,"repository":2002,"state":2030,"title":2094,"updated_at":2095,"url":2096,"score":2097},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.15.0\n- Nuxt Version: 3.15.2\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.7.0\n- Builder: -\n- User Config: compatibilityDate, devtools, devServer, vite, modules, supabase, css, runtimeConfig, nitro\n- Runtime Modules: @nuxtjs/supabase@1.4.6, @nuxt/ui-pro@3.0.0-alpha.12, @pinia/nuxt@0.9.0, @nuxtjs/mdc@0.13.2\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.12\n\n### Reproduction\n\nMy github is private for now\n\n### Description\n\nI have different paddings between my local environment and netlify\n\nOn localhost alla paddings are good but on netlify vertical paddings are set to 0. Especially when I have forms or buttons.\n\nLocalhost : https://postimg.cc/JHcTYTKF\n\nNetlify : https://postimg.cc/qtSZN6z1\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 1583| }\n3:24:32 PM: 1584| .rounded-full {\n3:24:32 PM: 1585| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 1586| }\n3:24:32 PM: 1587| .rounded-lg {\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 5971| &::before {\n3:24:32 PM: 5972| content: var(--tw-content);\n3:24:32 PM: 5973| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 5974| }\n3:24:32 PM: 5975| }\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 6112| &::before {\n3:24:32 PM: 6113| content: var(--tw-content);\n3:24:32 PM: 6114| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 6115| }\n3:24:32 PM: 6116| }\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 6253| &::before {\n3:24:32 PM: 6254| content: var(--tw-content);\n3:24:32 PM: 6255| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 6256| }\n3:24:32 PM: 6257| }\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 1583| }\n3:24:32 PM: 1584| .rounded-full {\n3:24:32 PM: 1585| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 1586| }\n3:24:32 PM: 1587| .rounded-lg {\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 5971| &::before {\n3:24:32 PM: 5972| content: var(--tw-content);\n3:24:32 PM: 5973| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 5974| }\n3:24:32 PM: 5975| }\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 6112| &::before {\n3:24:32 PM: 6113| content: var(--tw-content);\n3:24:32 PM: 6114| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 6115| }\n3:24:32 PM: 6116| }\n3:24:32 PM: [warn] [vite:css][postcss] Lexical error on line 1: Unrecognized text.\n3:24:32 PM: Erroneous area:\n3:24:32 PM: 1: infinity * 1px\n3:24:32 PM: ^..^\n3:24:32 PM: 6253| &::before {\n3:24:32 PM: 6254| content: var(--tw-content);\n3:24:32 PM: 6255| border-radius: calc(infinity * 1px);\n3:24:32 PM: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n3:24:32 PM: 6256| }\n3:24:32 PM: 6257| }\n```shell-script\n\n```",[2091,2092],{"name":2011,"color":2012},{"name":1999,"color":2000},3254,"Different padding between localhost and netlify","2025-02-27T21:24:05Z","https://github.com/nuxt/ui/issues/3254",0.7379893,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"bEJQNO77Eq-MrefUTXPIrWa7fOZG1mFvMeJ4QNpwPI8":-1},"/nuxt/ui/3537"]