\n \u003Cinput\n ref=\"secondInput\"\n v-model=\"secondValue\"\n @keyup.enter=\"handleSecondInputEnter\"\n placeholder=\"Second Input\"\n />\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup>\nimport { ref } from \"vue\";\n\nconst firstInput = ref(null);\nconst secondInput = ref(null);\n\nconst firstValue = ref(\"\");\nconst secondValue = ref(\"\");\n\nconst handleFirstInputEnter = () => {\n // Any specific logic for first input enter\n};\n\nconst handleSecondInputEnter = () => {\n // Switch focus back to first input when enter is pressed in second input\n firstInput.value.focus();\n};\n\u003C/script>\n```\n\n**Not working example UInput**\n\n```\n\u003Ctemplate>\n \u003Cdiv>\n \u003CUInput\n ref=\"firstInput\"\n v-model=\"firstValue\"\n @keyup.enter=\"handleFirstInputEnter\"\n placeholder=\"First Input\"\n />\n \u003CUInput\n ref=\"secondInput\"\n v-model=\"secondValue\"\n @keyup.enter=\"handleSecondInputEnter\"\n placeholder=\"Second Input\"\n />\n \u003C/div>\n\u003C/template>\n\n\u003Cscript setup>\nimport { ref } from \"vue\";\n\nconst firstInput = ref(null);\nconst secondInput = ref(null);\n\nconst firstValue = ref(\"\");\nconst secondValue = ref(\"\");\n\nconst handleFirstInputEnter = () => {\n // Any specific logic for first input enter\n};\n\nconst handleSecondInputEnter = () => {\n // Switch focus back to first input when enter is pressed in second input\n firstInput.value.focus();\n};\n\u003C/script>\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3202],{"name":3176,"color":3203},"d73a4a",2841,"ui","ref is not working probably for \u003CUInput>","2024-12-06T14:44:22Z","https://github.com/nuxt/ui/issues/2841",0.750853,{"description":3183,"labels":3211,"number":3213,"owner":3143,"repository":3178,"state":3167,"title":3214,"updated_at":3215,"url":3216,"score":3217},[3212],{"name":3176,"color":3177},14,"Team should be fetched when switching param","2022-02-07T13:31:36Z","https://github.com/nuxt/nuxt.com/issues/14",0.75135595,{"description":3183,"labels":3219,"number":3221,"owner":3143,"repository":3178,"state":3167,"title":3222,"updated_at":3223,"url":3224,"score":3225},[3220],{"name":3176,"color":3177},95,"Select overflow on project clone","2023-02-15T12:30:37Z","https://github.com/nuxt/nuxt.com/issues/95",0.75598365,{"description":3227,"labels":3228,"number":3221,"owner":3143,"repository":3144,"state":3167,"title":3232,"updated_at":3233,"url":3234,"score":3225},"With https://github.com/nuxt/scripts/pull/81 being merged. We should also do it for embed components.",[3229],{"name":3230,"color":3231},"enhancement","a2eeef","Generate TPC components","2024-07-13T07:54:44Z","https://github.com/nuxt/scripts/issues/95",["Reactive",3236],{},["Set"],["ShallowReactive",3239],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQpXxaQG3zF74WCPbWyN2f8vYxZ5KM9VZN4XUfKYipn0":-1},"/nuxt/test-utils/668"]