\n \u003C/template>\n \u003Ctemplate #increment>\n \u003CUButton\n :loading=\"loadingInc\"\n variant=\"link\"\n icon=\"i-lucide-plus\"\n @click=\"loadingInc = true\"\n :ui=\"{\n base: 'text-gray-500 hover:text-[var(--ui-color-primary-500)] disabled:text-gray-500 cursor-pointer',\n }\"\n />\n \u003C/template>\n \u003C/UInputNumber>\n````\n\nbest,\ngregor\n\n### Additional context\n\n_No response_",[1984,1987,1990],{"name":1985,"color":1986},"enhancement","a2eeef",{"name":1988,"color":1989},"v3","49DCB8",{"name":1991,"color":1992},"triage","ffffff",3159,"nuxt","ui","open","option to disable on press behaviour for increment/decrement for inputNumber component","2025-01-27T08:00:26Z","https://github.com/nuxt/ui/issues/3159",0.7595193,{"description":2002,"labels":2003,"number":2004,"owner":1994,"repository":2005,"state":1996,"title":2006,"updated_at":2007,"url":2008,"score":2009},"https://github.com/guidepup/guidepup",[],787,"test-utils","screen reader driver","2024-03-17T21:40:20Z","https://github.com/nuxt/test-utils/issues/787",0.76825315,{"description":2011,"labels":2012,"number":2016,"owner":1994,"repository":1995,"state":2017,"title":2018,"updated_at":2019,"url":2020,"score":2021},"### Description\n\nIs there a way to change the default row height of a table? Thanks!",[2013],{"name":2014,"color":2015},"question","d876e3",3032,"closed","UTable row height","2025-01-08T10:01:46Z","https://github.com/nuxt/ui/issues/3032",0.68178517,{"description":2023,"labels":2024,"number":2032,"owner":1994,"repository":1995,"state":2017,"title":2033,"updated_at":2034,"url":2035,"score":2036},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.159`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `bun@1.1.33`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@3.0.0-alpha.8`, `@nuxt/eslint@0.6.1`, `@vueuse/nuxt@11.2.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.8\n\n### Reproduction\n\nPlace SelectMenu with search in Modal then try to access search input\n\n### Description\n\nSelectMenu search not working from modal\nIt's working if :portal=\"false\", but style broken\n\n### Additional context\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2025,2028,2029],{"name":2026,"color":2027},"bug","d73a4a",{"name":1988,"color":1989},{"name":2030,"color":2031},"reka-ui","56d799",2657,"SelectMenu search not clickable from modal","2025-02-13T18:27:29Z","https://github.com/nuxt/ui/issues/2657",0.7248006,{"description":2038,"labels":2039,"number":2043,"owner":1994,"repository":1994,"state":2017,"title":2044,"updated_at":2045,"url":2046,"score":2047},"Patak recently [posted about improving the PR template of the vite repo](https://elk.zone/m.webtoo.ls/@patak/112155977618264831 ) and merged the improvements in https://github.com/vitejs/vite/pull/16266.\r\n\r\nI agree with these two points in his PR description:\r\n\r\n> - I don't think the \"purpose of this pull request\" section is useful. ... we already have this information in the PR title as we use conventional commit (fix, feat, docs, chore, etc).\r\n> - Nobody is completing the \"Before submitting the PR\" section. The checkboxes doesn't render so it isn't good UX for contributors.\r\n\r\nWhat do you think about changing this in the Nuxt repo as well?",[2040],{"name":2041,"color":2042},"chore","D0F1A9",26561,"PR template improvement","2024-03-29T19:26:33Z","https://github.com/nuxt/nuxt/issues/26561",0.7352339,{"description":2049,"labels":2050,"number":2056,"owner":1994,"repository":2057,"state":2017,"title":2058,"updated_at":2059,"url":2060,"score":2061},"Update [Webreinvent partner page](https://nuxt.com/support/agencies/webreinvent) with content below :\n\nWebReinvent has 12+ years of experience building software and a team of 50+ software professionals including software developers, UI/UX designers, testers, DevOps, project managers, etc. The team is well-versed in the Nuxt ecosystem and has delivered multiple high-performance web apps, dashboards, real-time apps, multi-tenant SaaS applications, etc.\n\nWe are one of the most process-driven companies and we love to follow industry standards. Some of them are managing git repo, code review/audits, deploying new releases via CI/CD, automated software testing, maintaining detailed technical documentation, application performance monitoring, etc. We have been delivering MVP to enterprise-level software products from startup to MSME.\n\nContact us to build your MVP fast or migrate your legacy software to Nuxt or maintain your existing software or scale your software to the enterprise level. We're here to help.\n",[2051,2053],{"name":1985,"color":2052},"1ad6ff",{"name":2054,"color":2055},"marketing","f5c828",1156,"nuxt.com","Update Webreinvent partner page","2023-06-06T12:14:42Z","https://github.com/nuxt/nuxt.com/issues/1156",0.741017,{"description":2063,"labels":2064,"number":2066,"owner":1994,"repository":2057,"state":2017,"title":2067,"updated_at":2068,"url":2069,"score":2070},"Any clue @danielroe?\n\n",[2065],{"name":1985,"color":2052},958,"Tell html-validtor to ignore module pages","2023-01-04T13:47:34Z","https://github.com/nuxt/nuxt.com/issues/958",0.74986154,{"description":2072,"labels":2073,"number":2076,"owner":1994,"repository":1995,"state":2017,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Description\n\nHi 👋 and thank you for the amazing work on v3!\n\nI noticed that in v3 many component have an `as` prop that is directly bound to the `as` prop of a component from RekaUI (in many cases, `Primitive`). In NuxtUI, this prop is always typed as `any | undefined`, whereas in RekaUI the type is more constrained (a string representing a HTML tag, or a component). This can cause TypeScript, and, as a consequence, linters and IDEs, to miss some obvious errors, like if someone were to write\n\n```vue\n\u003CUInput :as=\"1\" />\n```\n\nThe `as` prop type could be retrieved from the RekaUI component prop type directly using something like this\n\n```ts\ninterface InputProps {\n as?: InstanceProps\u003Ctypeof Primitive>['$props']['as']\n // Other props...\n}\n```\n\nIs there a reason that eludes me as to why this was not done?\n\nIf this seems like a good idea, I'd be happy to submit a PR.\n\nCheers!",[2074,2075],{"name":2014,"color":2015},{"name":1988,"color":1989},3068,"[v3] `as` props typing","2025-01-10T17:28:25Z","https://github.com/nuxt/ui/issues/3068",0.7546397,{"description":2082,"labels":2083,"number":2084,"owner":1994,"repository":2057,"state":2017,"title":2085,"updated_at":2086,"url":2087,"score":2088},"",[],997,"Refacto showcase page with pinceau","2023-10-10T14:45:26Z","https://github.com/nuxt/nuxt.com/issues/997",0.7664189,{"description":2090,"labels":2091,"number":2101,"owner":1994,"repository":1994,"state":2017,"title":2102,"updated_at":2103,"url":2104,"score":2105},"### Describe the feature\n\nSee title\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).",[2092,2095,2098],{"name":2093,"color":2094},"documentation","5319e7",{"name":2096,"color":2097},"good first issue","fbca04",{"name":2099,"color":2100},"3.x","29bc7f",22533,"Add link to the changelog on the community releases tab","2023-08-11T12:28:40Z","https://github.com/nuxt/nuxt/issues/22533",0.76672935,["Reactive",2107],{},["Set"],["ShallowReactive",2110],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"p8LX09_8bgDfUXwUfXakflRg1tdeDSw2hDx3T1pNuAo":-1},"/nuxt/test-utils/752"]