\n\u003C/template>\n```\n\nI think created items should emit `change` so we can validate them properly.\n\nAdditionally, because of https://github.com/nuxt/ui/issues/3736,the field always starts in an error state when a new item is created in certain conditions (regardless of whether the item meets the schema's requirements or not).\n\n------\n\nCurrent workaround is to run the validation manaully on a field after mutating the model:\n\n```ts\nasync function onCreate(item: string) {\n selected.value = item\n\n await formRef.value?.validate({ name: 'fieldName' })\n}\n```",[3171,3174],{"name":3172,"color":3173},"enhancement","a2eeef",{"name":3175,"color":3176},"v3","49DCB8",4139,"USelectMenu should emit 'change' after creating an item","2025-05-13T09:15:02Z","https://github.com/nuxt/ui/issues/4139",0.8122642,{"description":3183,"labels":3184,"number":3191,"owner":3143,"repository":3143,"state":3145,"title":3192,"updated_at":3193,"url":3194,"score":3195},"### Discussed in https://github.com/nuxt/nuxt/discussions/20673\r\n\r\n\u003Cdiv type='discussions-op-text'>\r\n\u003Csup>Originally posted by **Barbapapazes** May 4, 2023\u003C/sup>\r\n\u003C/div>\r\n\r\nHello,\r\n\r\nDo you think we could create an action (or a cli like changelogen or changelogithub) in order to easily use it?\r\nhttps://github.com/nuxt/nuxt/blob/main/scripts/update-changelog.ts\r\n\r\nThis script can simplify a loot package management for maintainer.\u003C/div>",[3185,3188],{"name":3186,"color":3187},"chore","D0F1A9",{"name":3189,"color":3190},"🧹 p1-chore","FEF2C0",20675,"Create an actions from `update-changelog.ts` script","2024-06-30T11:08:52Z","https://github.com/nuxt/nuxt/issues/20675",0.8310934,{"description":3197,"labels":3198,"number":3200,"owner":3143,"repository":3201,"state":3145,"title":3202,"updated_at":3203,"url":3204,"score":3205},"### 🐛 The bug\n\nthis way in globals scripts not work\ntrigger: ['mousemove', 'scroll', 'keydown', 'wheel', 'click']\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-7htub78o\n\n### 🌈 Expected behavior\n\nmust be work\n\n### ℹ️ Additional context\n\n_No response_",[3199],{"name":3154,"color":3155},467,"scripts","Global scripts with trigger custom with array of strings not works","2025-06-12T10:07:07Z","https://github.com/nuxt/scripts/issues/467",0.83208793,{"description":3207,"labels":3208,"number":3215,"owner":3143,"repository":3144,"state":3216,"title":3217,"updated_at":3218,"url":3219,"score":3220},"### Description\n\nIt would be great if the form component could emit an update event if the state has changed.\n\nWhile we could also use a watcher on the state in most cases, in some cases this can trigger a false positive based the current implementation. This could be prevented by emitting a dedicated change event.\n\n### Additional context\n\n_No response_",[3209,3210,3211,3214],{"name":3172,"color":3173},{"name":3175,"color":3176},{"name":3212,"color":3213},"closed-by-bot","ededed",{"name":3160,"color":3213},3723,"closed","Form: Emit changes","2025-07-30T02:13:35Z","https://github.com/nuxt/ui/issues/3723",0.731123,{"description":3222,"labels":3223,"number":3228,"owner":3143,"repository":3144,"state":3216,"title":3229,"updated_at":3230,"url":3231,"score":3232},"### Description\n\nI want to color certain dates according to a certain condition. Currently, there are two options available in the API: either unavailable or disabled. How do I implement this?",[3224,3225,3226,3227],{"name":3140,"color":3141},{"name":3175,"color":3176},{"name":3212,"color":3213},{"name":3160,"color":3213},3413,"UCalendar custom selecting dates","2025-06-18T09:01:49Z","https://github.com/nuxt/ui/issues/3413",0.7810529,{"description":3234,"labels":3235,"number":3243,"owner":3143,"repository":3144,"state":3216,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### Description\n\nCurrently, the Calendar component allows no date selection. Please add a property to make the date mandatory, ensuring it cannot be null.\n\n### Additional context\n\n_No response_",[3236,3237,3238,3241,3242],{"name":3172,"color":3173},{"name":3175,"color":3176},{"name":3239,"color":3240},"triage","ffffff",{"name":3212,"color":3213},{"name":3160,"color":3213},3734,"Calendar - The Calendar must have a selected date.","2025-06-18T09:05:04Z","https://github.com/nuxt/ui/issues/3734",0.7836205,{"description":3249,"labels":3250,"number":3253,"owner":3143,"repository":3144,"state":3216,"title":3254,"updated_at":3255,"url":3256,"score":3257},"### Environment\n\n```\n- Operating System: Windows_NT\n- Node Version: v22.13.1\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.2.2\n- Builder: -\n- User Config: compatibilityDate, future, modules, imports, app, css, devtools, devServer, hooks, vite, nitro, supabase, site, sitemap, icon, fonts\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.12, @nuxtjs/seo@2.1.1, @nuxtjs/supabase@1.4.6, @vueuse/nuxt@12.5.0 \n- Build Modules: -\n```\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\njust 👉 https://ui3.nuxt.dev/components/toast#change-global-duration\n\n### Description\n\nWhen `duration` is set to `Infinity`, the toast immediately closed - expected not to close forever and hide the progress bar.\n\nWhen `duration` is set to `-Infinity`, the toast won't close, progress bar is hidden 🤔\n\n(many UI librarys behave like this, idk if it's a bug)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3251,3252],{"name":3154,"color":3155},{"name":3175,"color":3176},3326,"Toast: Cannot handle `Infinity` duration correctly","2025-02-15T17:45:08Z","https://github.com/nuxt/ui/issues/3326",0.792671,{"description":3259,"labels":3260,"number":3263,"owner":3143,"repository":3144,"state":3216,"title":3264,"updated_at":3265,"url":3266,"score":3267},"### Description\n\nHi, whats the best way to switch the langauge in UCalendar? For example I want to render the months and days in german.\n\nhttps://ui.nuxt.com/components/calendar",[3261,3262],{"name":3140,"color":3141},{"name":3175,"color":3176},4285,"UCalendar localization","2025-06-04T06:53:07Z","https://github.com/nuxt/ui/issues/4285",0.79660887,["Reactive",3269],{},["Set"],["ShallowReactive",3272],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fdaghV-wwy3kyznP_DKLY09jgRLfchl6jmZaBPKcfB9U":-1},"/nuxt/ui/3593"]