` change it to `\u003CUInput :model-value=\"'12714274'\" readonly />`\r\n\r\n\r\n\r\n--------- \r\n\r\n\r\n### Version\r\n\r\nedit: v2.18.5\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-ui-uds7la?file=app.vue\r\n\r\n### Description\r\n\r\nSo i have a few grouped form inputs and noticed all values being empty since last update, reverted back to 2.18.4 and worked again. \r\n\r\n_(👀 or you can tell me im using it wrong)_\r\n\r\n### Why i am using :value= ? \r\n\r\n```\r\n\u003CUInput\r\n :value=\"firstname\"\r\n @input=\"$emit('update:firstname', $event.target.value)\"\r\n />\r\n \u003CUInput\r\n :value=\"lastname\"\r\n @input=\"$emit('update:lastname', $event.target.value)\"\r\n />\r\n```\r\n\r\nand using \r\n```\r\n\u003CAccountFormDetails\r\n v-model:firstname=\"formState.firstname\"\r\n v-model:lastname=\"formState.lastname\"\r\n/>\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nno logs,no errors\r\n```\r\n\r\nedit: added repro\r\nedit: pinpointed on 2.18.5, this happened between 18.4 and 18.5",[3064],{"name":3050,"color":3051},2238,"UInput :value not working in v2.18.5","2024-09-25T08:36:59Z","https://github.com/nuxt/ui/issues/2238",0.79812646,{"description":3071,"labels":3072,"number":3078,"owner":3027,"repository":3027,"state":3041,"title":3079,"updated_at":3080,"url":3081,"score":3082},"**Summary (generated)**:\n\nHere is a brief summary in English:\n\nThe feature mentions the usage of package managers, including pnpm and bun, as alternatives to npm and npx in certain places. The author is willing to help implement the feature and confirms they have read the contribution guide and checked existing discussions and issues on the GitHub repository.\n\n\u003Chr>\n\n### Describe the feature\n\nIn some places, pnpm and bun are also used, whereas in some places it is just npm/npx.\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3073,3075],{"name":3038,"color":3074},"5319e7",{"name":3076,"color":3077},"🍰 p2-nice-to-have","0E8A16",27790,"Documentation Improvment - All package managers throughout docs","2025-03-24T22:25:53Z","https://github.com/nuxt/nuxt/issues/27790",0.79827946,{"description":3084,"labels":3085,"number":3093,"owner":3027,"repository":3056,"state":3041,"title":3094,"updated_at":3095,"url":3096,"score":3097},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nI have a login page with schema validation, and the `:state` is passed as undefined, but everything works without problems.\n\n```javascript\nconst state = reactive({\n email: undefined,\n password: undefined\n});\n```\n\nI have a second page with a form that I want to pre-fill with data retrieved from an API. I declared the reactive state to use as the form's state and set the properties with values, but in this case, the validations do not work.\n\n```javascript\nconst state = reactive({\n externalCode: props.item.externalCode,\n imageUrl300x200: props.item.imageUrl300x200,\n name: props.item.name,\n shortDescription: props.item.shortDescription,\n purchasePrice: props.item.purchasePrice,\n vatOnSale: props.item.vatOnSale,\n category: props.item.tags.find(tag => tag.category.type === 'COURSE')?.id || 0,\n filters: props.item.tags.filter(tag => tag.category.type === 'FILTER').map(tag => tag.id)\n});\n```\n\nHow can I set up a form with pre-filled data while keeping the validation?\n\nThanks!",[3086,3089,3092],{"name":3087,"color":3088},"question","d876e3",{"name":3090,"color":3091},"needs reproduction","CB47CF",{"name":3053,"color":3054},2708,"zod schema form validation","2025-01-06T11:45:46Z","https://github.com/nuxt/ui/issues/2708",0.79839694,{"description":3099,"labels":3100,"number":3102,"owner":3027,"repository":3103,"state":3041,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### 🐛 The bug\n\nWhen setting `bundle: true` Nuxt's baseUrl is not included, making impossible to use anywhere but the site root.\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-vaqrj7?file=package.json\n\n### 🌈 Expected behavior\n\nInclude BaseUrl in the bundle link.\n\n### ℹ️ Additional context\n\nThis makes it impossible to host a project using this with github pages.",[3101],{"name":3050,"color":3051},230,"scripts","Bundle: true does not include BaseUrl","2024-09-15T11:28:58Z","https://github.com/nuxt/scripts/issues/230",0.7998516,{"description":3109,"labels":3110,"number":3111,"owner":3027,"repository":3112,"state":3041,"title":3113,"updated_at":3114,"url":3115,"score":3116},"\n\n\n**Reproduction:**\n\nnpx nuxi@latest init -t ui\n\n**Description:**\n\nI'm encountering a timeout issue. I’ve tried setting serverBundle to 'remote', 'local', and false, as well as using different package managers like pnpm and npm, but the issue persists. Not only locally installed collections effected by this, the internally used heroicons collection by nuxt/ui also throws timeout. Icons are being displayed on browser. Same log visible on browser as well, shared as screenshots.\n\n**Logs:**\n\n{\"message\":\"[warn] [Icon] loading icon `game-icons:wolf-howl` timed out after 500ms\\n\",\"timestamp\":\"2024-10-07T10:22:24.175Z\",\"type\":\"err\",\"process_id\":12,\"app_name\":\"\u003C...>\"}\n{\"message\":\"[warn] [Icon] loading icon `ph:magnifying-glass-duotone` timed out after 500ms\\n\",\"timestamp\":\"2024-10-07T10:22:24.176Z\",\"type\":\"err\",\"process_id\":12,\"app_name\":\"\u003C...>\"}\n{\"message\":\"[warn] [Icon] loading icon `ph:user-duotone` timed out after 500ms\\n\",\"timestamp\":\"2024-10-07T10:22:24.176Z\",\"type\":\"err\",\"process_id\":12,\"app_name\":\"\u003C...>\"}",[],273,"icon","[Icon] loading icon \u003C...> timed out after 500ms","2024-11-04T12:59:17Z","https://github.com/nuxt/icon/issues/273",0.80003446,{"labels":3118,"number":3126,"owner":3027,"repository":3027,"state":3041,"title":3127,"updated_at":3128,"url":3129,"score":3130},[3119,3120,3123],{"name":3038,"color":3074},{"name":3121,"color":3122},"3.x","29bc7f",{"name":3124,"color":3125},"nitro","bfd4f2",13232,"add prod ssl docs for nitro","2023-01-19T16:49:12Z","https://github.com/nuxt/nuxt/issues/13232",0.8007044,{"description":3132,"labels":3133,"number":3140,"owner":3027,"repository":3027,"state":3041,"title":3141,"updated_at":3142,"url":3143,"score":3144},"Discussion around how `runtimeConfig` could be validated better (e.g. via standard-schema) and missing or invalid env variables could be detected easily.\n\n[Placeholder - will fill in more later]\n\nRelated work (non-exhaustive):\n\n* https://github.com/onmax/nuxt-safe-runtime-config\n* https://github.com/t3-oss/t3-env/tree/main/packages/nuxt",[3134,3137],{"name":3135,"color":3136},"discussion","538de2",{"name":3138,"color":3139},"dx","C39D69",32673,"`runtimeConfig` validation","2025-07-18T08:50:39Z","https://github.com/nuxt/nuxt/issues/32673",0.8010712,["Reactive",3146],{},["Set"],["ShallowReactive",3149],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f-c71_6d3tRlqhOXIyX8WugAn6U64qnkvf_61XF9wOZU":-1},"/nuxt/scripts/475"]