-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Forms): update emptyValue
documentation and type to reflect how it's used internally
#3729
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
joakbjerk
changed the title
fix(Forms): allow for
fix(Forms): update documentation and Jun 25, 2024
any
type for emptyValue
as stated in documentationemptyValue
type to be more specific
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
joakbjerk
force-pushed
the
fix/field-emptyvalue-type
branch
from
July 2, 2024 08:37
ad87cca
to
b3723e8
Compare
joakbjerk
changed the title
fix(Forms): update documentation and
fix(Forms): update Jul 2, 2024
emptyValue
type to be more specificemptyValue
documentation and type to be more specific
joakbjerk
changed the title
fix(Forms): update
fix(Forms): update Jul 2, 2024
emptyValue
documentation and type to be more specificemptyValue
documentation and type to reflect how it's used internally
langz
approved these changes
Jul 2, 2024
tujoworker
pushed a commit
that referenced
this pull request
Jul 5, 2024
## [10.39.0](v10.38.0...v10.39.0) (2024-07-05) ### 🐛 Bug Fixes * deprecate `class` prop in Button, Drawer, Dialog and Modal components ([#3745](#3745)) ([2aea682](2aea682)), closes [#3634](#3634) * **Forms:** update `emptyValue` documentation and type to reflect how it's used internally ([#3729](#3729)) ([ff755e7](ff755e7)) * **PaymentCard:** change SBanken to Sbanken ([#3747](#3747)) ([bfe8a9d](bfe8a9d)) * **PaymentCard:** set sbanken MC code to P103 ([#3746](#3746)) ([1e97a41](1e97a41)) ### 📝 Documentation * **Field.Number:** add `allowNegative` demo/example ([#3754](#3754)) ([d6d3dbd](d6d3dbd)) * **Field.Number:** fix `percent` demo/example ([#3755](#3755)) ([c1a0839](c1a0839)) ### ✨ Features * **Field.Number:** add `allowNegative` mask prop ([#3753](#3753)) ([9dc1358](9dc1358)) * **Field.Number:** add `disallowLeadingZeroes` prop ([#3756](#3756)) ([d49cad9](d49cad9)) * **Table:** add navigation mode ([#3752](#3752)) ([b3a6db9](b3a6db9))
🎉 This PR is included in version 10.39.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
emptyValue
in documentation