\n\n\u003C!-- if we want to hide, we can let slot do the work, or maybe consider adding a properties to hide it. It's more shorter -->\n\u003CUInput type=\"password\">\n \u003Ctemplate #trailing>\u003C/template>\n\u003C/UInput>\n\n\u003C!-- compared to what we must do now as the documentation say -->\n\u003Ctemplate>\n \u003CUInput\n v-model=\"password\"\n placeholder=\"Password\"\n :type=\"show ? 'text' : 'password'\"\n :ui=\"{ trailing: 'pe-1' }\"\n >\n \u003Ctemplate #trailing>\n \u003CUButton\n color=\"neutral\"\n variant=\"link\"\n size=\"sm\"\n :icon=\"show ? 'i-lucide-eye-off' : 'i-lucide-eye'\"\n aria-label=\"show ? 'Hide password' : 'Show password'\"\n :aria-pressed=\"show\"\n aria-controls=\"password\"\n @click=\"show = !show\"\n />\n \u003C/template>\n \u003C/UInput>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nconst show = ref(false)\nconst password = ref('password')\n\u003C/script>\n```",[2062,2063],{"name":1985,"color":1986},{"name":1988,"color":1989},2806,"input: add toggle password button automatically for type password","2024-12-02T17:21:42Z","https://github.com/nuxt/ui/issues/2806",0.68895066,{"description":2070,"labels":2071,"number":2074,"owner":1994,"repository":1995,"state":2012,"title":2075,"updated_at":2076,"url":2077,"score":2078},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nhow to add second icon on the right for button in UTab component\n\n\n\nSOLVE: need to use the #trailing slot, I didn't see it in the documentation\n\n",[2072,2073],{"name":2021,"color":2022},{"name":1988,"color":1989},2717,"second icon in UTab component","2024-12-09T11:15:15Z","https://github.com/nuxt/ui/issues/2717",0.68983114,{"description":2080,"labels":2081,"number":2085,"owner":1994,"repository":1995,"state":2012,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### Description\n\nI think it would be very cool and helpful if the accordion items could have some drag functionality. I want my users to be able to add links to their account in a accordion form. They should be able to reorder it as well. Not sure if the accordion is the right component to add it or that it could be something on it's own. You might have different thoughts. See https://github.com/nuxt/ui/issues/825\n\n### Additional context\n\n_No response_",[2082,2083,2084],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":2009,"color":2010},3637,"Add drag behaviour to `accordion`","2025-03-24T17:08:50Z","https://github.com/nuxt/ui/issues/3637",0.6974024,{"description":2091,"labels":2092,"number":2095,"owner":1994,"repository":1995,"state":2012,"title":2096,"updated_at":2097,"url":2098,"score":2099},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.9\n\n### Description\n\nSometimes, we don't want the content of the Popover to be unmounted when the popover gets closed.\nFor exemple, when building a search UI with Algolia and vue-instantsearch, i want to place refinement lists in Popovers.\nIf you apply some filters and then close the Popover, the refinement list is unmounted and the search state is lost.\n\nThis is an exemple but i think there is other cases where you don't want the content to be unmounted.\nRadix provides a forceMount prop for the Popover.Content component. \n\nWhy is this forceMount prop not available in content props for nuxt/ui ?\nIt looks like it's done on purpose so i may miss something.\n\nThank you :)\n\n### Additional context\n\n_No response_",[2093,2094],{"name":1985,"color":1986},{"name":1988,"color":1989},2804,"[v3][Popover] Allow use of forceMount","2024-12-03T12:53:01Z","https://github.com/nuxt/ui/issues/2804",0.6996345,["Reactive",2101],{},["Set"],["ShallowReactive",2104],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"ED5PzQVuAimXtUwL0xFdTfo9Un4X1S0px-WTehcqFCo":-1},"/nuxt/ui/3627"]