\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```",[3081],{"name":3055,"color":3082},"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":3062,"labels":3090,"number":3092,"owner":3022,"repository":3057,"state":3046,"title":3093,"updated_at":3094,"url":3095,"score":3096},[3091],{"name":3055,"color":3056},14,"Team should be fetched when switching param","2022-02-07T13:31:36Z","https://github.com/nuxt/nuxt.com/issues/14",0.75135595,{"description":3062,"labels":3098,"number":3100,"owner":3022,"repository":3057,"state":3046,"title":3101,"updated_at":3102,"url":3103,"score":3104},[3099],{"name":3055,"color":3056},95,"Select overflow on project clone","2023-02-15T12:30:37Z","https://github.com/nuxt/nuxt.com/issues/95",0.75598365,{"description":3106,"labels":3107,"number":3100,"owner":3022,"repository":3023,"state":3046,"title":3111,"updated_at":3112,"url":3113,"score":3104},"With https://github.com/nuxt/scripts/pull/81 being merged. We should also do it for embed components.",[3108],{"name":3109,"color":3110},"enhancement","a2eeef","Generate TPC components","2024-07-13T07:54:44Z","https://github.com/nuxt/scripts/issues/95",["Reactive",3115],{},["Set"],["ShallowReactive",3118],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQpXxaQG3zF74WCPbWyN2f8vYxZ5KM9VZN4XUfKYipn0":-1},"/nuxt/test-utils/668"]