\n\u003C/template>\n```\n\n\n\n\n\n### Description\n\nName attribute should be `name[]`, not `[name][]`.",[2876,2879,2882],{"name":2877,"color":2878},"bug","d73a4a",{"name":2880,"color":2881},"v3","49DCB8",{"name":2883,"color":2884},"triage","ffffff",2740,"ui","UInputMenu has wrong name attribute when multiple active","2024-11-23T20:48:26Z","https://github.com/nuxt/ui/issues/2740",0.73885226,{"description":2892,"labels":2893,"number":285,"owner":2866,"repository":2897,"state":2868,"title":2898,"updated_at":2899,"url":2900,"score":2901},"To improve the security of using third-party scripts, we're able to compute the integrity of a script at build time and inject it within the `\u003Cscript>` tag. \r\n\r\nFor example, we can do something like this:\r\n\r\n```ts\r\nuseScript({ src: 'https://example.com/test.js' })\r\n```\r\n\r\n-->\r\n\r\n```ts\r\n// without bundling\r\nuseScript({ src: 'https://example.com/test.js', integrity: 'sha512-...' })\r\n// with bundling\r\nuseScript({ src: '/....js', integrity: 'sha512-...' })\r\n```\r\n\r\nThis would provide a window between builds that would block potential attackers from modifying the script with malicious code. If a script source has already been attacked when the integrity is computed it wouldn't do anything useful.\r\n\r\n@vejja Would be great to have your input on this :pray: \r\n",[2894],{"name":2895,"color":2896},"enhancement","a2eeef","scripts","Security: Implement Automatic Integrity Checks","2024-04-21T09:13:10Z","https://github.com/nuxt/scripts/issues/15",0.74177265,{"description":2903,"labels":2904,"number":2908,"owner":2866,"repository":2867,"state":2868,"title":2909,"updated_at":2910,"url":2911,"score":2912},"How can I disable icon caching? I'm doing svg animation and I need hmr when changing an svg file.\r\n\r\nhttps://stackblitz.com/edit/nuxt-icon-playground-mjfbfn?file=assets%2Ficons%2Fnuxt-icon.svg\r\nTry changing the fill attribute of the svg file and save it",[2905],{"name":2906,"color":2907},"question","d876e3",160,"how to disable svg caching","2024-12-21T19:58:04Z","https://github.com/nuxt/icon/issues/160",0.7494844,{"description":2914,"labels":2915,"number":2918,"owner":2866,"repository":2886,"state":2919,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### For what version of Nuxt UI are you asking this question?\n\nv3-alpha\n\n### Description\n\nI have labelled it as a question, it could be a bug, but I will let you decide. \n\nIt seems like the Toast component has not a high enough z-index to be above everything. (Should it?) \nI took notice when using the `Drawer` but I guess (not tested) it applies i.e. to the `Slideover` as well. The Toast Message has appeared under the Drawer so the user cannot see it. Imo the toast should be above everything. \nBoth `Drawer` and `Toast` have a z-index of 100 if I saw that correctly. I tried to change the z-index inside the Toastproperties but that doesn't seem to have an effect. \n\nI worked around and just put the Toast in another corner so the user can see it but still is unable to interact with it because the `Drawer` will close if he clicks outside. \n\nBut maybe there is another way to deal with this?",[2916,2917],{"name":2906,"color":2907},{"name":2880,"color":2881},2404,"closed","[Toast] z-index","2024-11-10T18:20:43Z","https://github.com/nuxt/ui/issues/2404",0.64281905,{"description":2925,"labels":2926,"number":2927,"owner":2866,"repository":2867,"state":2919,"title":2928,"updated_at":2929,"url":2930,"score":2931},"I'm using [Cloudflare Pages GitHub/GitLab integration](https://developers.cloudflare.com/pages/get-started/#connect-your-git-provider-to-pages), and the log shows \"[info] Nuxt Icon server bundle mode is set to `local`\" when building which causes the bundle size exceed the 25M limit. It should be `remote` as the document saying.\r\n\r\nIt works fine if I set `serverBundle` to `remote` manually.",[],213,"\"serverBundle: auto\" seems not work on cloudflare","2024-08-21T08:10:35Z","https://github.com/nuxt/icon/issues/213",0.7106701,{"description":2933,"labels":2934,"number":2938,"owner":2866,"repository":2886,"state":2919,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### Description\n\nThe [documentation](https://ui.nuxt.com/components/date-picker) uses v-calendar as an example to create a date picker component. However, v-calendar is likely abandoned and will no longer be maintained (see https://github.com/nathanreyes/v-calendar/issues/1503 ) . Latest release was over a year ago.\n\nAlso, it has a dependency on a vulnerable lodash version ( see https://github.com/nathanreyes/v-calendar/issues/1420 ).\n\nWhat other alternatives are you planning on using in your documentation, or are there any other examples using a different library?\n\nThanks.",[2935,2936],{"name":2906,"color":2907},{"name":2937,"color":2884},"wontfix-v2",3239,"DatePicker documentation uses library that's no longer maintained","2025-02-04T20:40:38Z","https://github.com/nuxt/ui/issues/3239",0.72558284,{"description":2944,"labels":2945,"number":2948,"owner":2866,"repository":2886,"state":2919,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\n[CommandPalette](https://ui3.nuxt.dev/components/command-palette) is great but I wish it could display only an input by default and then open the content in a popper when clicking in the input. I think this is currently not possible but a very common use case. \n\nThis is what I would like to archive, screenshots from Shopify:\n\n\n\n\n\n\n\n### Additional context\n\n_No response_",[2946,2947],{"name":2895,"color":2896},{"name":2880,"color":2881},2832,"v3 CommandPalette: Open only content within popper","2024-12-05T13:24:12Z","https://github.com/nuxt/ui/issues/2832",0.73836374,{"description":2954,"labels":2955,"number":2962,"owner":2866,"repository":2866,"state":2919,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Environment\n\n- Operating System: Linux\r\n- Node Version: v20.1.0\r\n- Nuxt Version: 3.5.0\r\n- Nitro Version: 2.4.1\r\n- Package Manager: pnpm@8.5.1\r\n- Builder: vite\r\n- User Config: srcDir, devtools, app, css, router, runtimeConfig, vite\r\n- Runtime Modules: -\r\n- Build Modules: -\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-z5qg55\n\n### Describe the bug\n\nI'm using custom `srcDir` and custom `publicDir` in my project. i have this config in `nuxt.config.ts`\r\n\r\n```ts\r\nexport default defineNuxtConfig({\r\n srcDir: 'src',\r\n vite: {\r\n publicDir: '../public'\r\n }\r\n})\r\n```\r\n\r\nand this file structure\r\n```\r\npublic/\r\nsrc/\r\n--pages/\r\npackage.json\r\n... etc.\r\n```\r\n\r\nI can use the public folder while the dev server is running, but not after the build. The public folder is not included in the build process.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2956,2959],{"name":2957,"color":2958},"3.x","29bc7f",{"name":2960,"color":2961},"pending triage","E99695",21030,"public directory is not included in the build when using `vite.publicDir` and `srcDir` in nuxt config","2023-05-23T14:44:54Z","https://github.com/nuxt/nuxt/issues/21030",0.7406313,{"description":2968,"labels":2969,"number":2974,"owner":2866,"repository":2886,"state":2919,"title":2975,"updated_at":2976,"url":2977,"score":2978},"### Description\r\n\r\nIn the docs, `variant` is not a dropdown anymore for all examples, but a text input. Therefor one can not know which options are available:\r\n\r\nhttps://ui.nuxt.com/components/button#style\r\nhttps://ui.nuxt.com/components/badge#style\r\n\r\nI dont know how it was before, but I think the same applies to some other props like `position`:\r\nhttps://ui.nuxt.com/components/chip#position\r\n\r\nOr `size` and `orientation`\r\nhttps://ui.nuxt.com/components/button#group\r\n",[2970,2971],{"name":2877,"color":2878},{"name":2972,"color":2973},"documentation","0075ca",2197,"Docs: variant is not dropdown anymore","2024-09-16T13:26:41Z","https://github.com/nuxt/ui/issues/2197",0.74072707,["Reactive",2980],{},["Set"],["ShallowReactive",2983],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$feGaEg5YNxDgeGOY7v7Kz6dYe-SeIDA6-dQVKHlJvQAM":-1},"/nuxt/fonts/171"]