Skip to content

Conversation

@J-Michalek
Copy link
Contributor

πŸ”— Linked issue

Resolves #5564

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

The telephone field is often used in registration forms - makes sense to support it.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 30, 2025

npm i https://pkg.pr.new/@nuxt/ui@5565

commit: 438e5fe

@septatrix
Copy link

Would it instead be possible to reuse InputTypeHTMLAttribute from @vue/runtime-dom? https://github.com/vuejs/core/blob/25ebe3a42cd80ac0256355c2740a0258cdd7419d/packages/runtime-dom/src/jsx.ts#L538

It might not make sense for all of them but I can certainly see using stuff like date when using the AuthForm for registration. I also heard stories of people uploading keyfiles for signing in...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 #4488

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AuthForm fields types

2 participants