Skip to content

fix(clerk-js): Default to text type for inputs, fix tailwind forms inconsistencies#3260

Merged
nikosdouvlis merged 1 commit intomainfrom
fix_tailwind_forms_inconsistencies
Apr 25, 2024
Merged

fix(clerk-js): Default to text type for inputs, fix tailwind forms inconsistencies#3260
nikosdouvlis merged 1 commit intomainfrom
fix_tailwind_forms_inconsistencies

Conversation

@desiprisg
Copy link
Copy Markdown
Contributor

Description

Tailwind forms targets via the type attribute. By adding this type, we make sure all our inputs are reset by that plugin.

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 24, 2024

🦋 Changeset detected

Latest commit: c4ef501

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@desiprisg
Copy link
Copy Markdown
Contributor Author

!snapshot

@clerk-cookie
Copy link
Copy Markdown
Collaborator

Hey @desiprisg - the snapshot version command generated the following package versions:

Package Version
@clerk/chrome-extension 1.0.2-snapshot.vc4ef501
@clerk/clerk-js 5.1.1-snapshot.vc4ef501
@clerk/clerk-expo 1.0.2-snapshot.vc4ef501
gatsby-plugin-clerk 5.0.0-beta.45

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/chrome-extension

npm i @clerk/chrome-extension@1.0.2-snapshot.vc4ef501 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.1.1-snapshot.vc4ef501 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@1.0.2-snapshot.vc4ef501 --save-exact

gatsby-plugin-clerk

npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact

Copy link
Copy Markdown
Member

@royanger royanger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This resolved the various issues I was seeing.

@nikosdouvlis nikosdouvlis merged commit 3d659e4 into main Apr 25, 2024
@nikosdouvlis nikosdouvlis deleted the fix_tailwind_forms_inconsistencies branch April 25, 2024 08:20
@clerk-cookie clerk-cookie mentioned this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants