We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you want to display the number zero as a read only value it will not show in SQFormReadOnlyField because of this OR. https://github.com/SelectQuoteLabs/SQForm/blob/master/src/components/SQForm/SQFormReadOnlyField.tsx#L32
Zero could be a real value and should not be discarded.
The text was updated successfully, but these errors were encountered:
fix: 🐛 ReadOnlyField didn't accept zero
ce356c4
Fix Issue where ReadOnlyField Didn't accept Zero ✅ Closes: #813
chore: 🤖 Allow values other than null/undefined
401ded7
✅ Closes: #813
chore: 🤖 Change logic for empty string
6eef00d
chore(release): 10.0.2 [skip ci]
6ae1439
### [10.0.2](v10.0.1...v10.0.2) (2023-01-20) ### Bug Fixes * 🐛 ReadOnlyField didn't accept zero ([ce356c4](ce356c4)), closes [#813](#813)
aharpt
Successfully merging a pull request may close this issue.
If you want to display the number zero as a read only value it will not show in SQFormReadOnlyField because of this OR. https://github.com/SelectQuoteLabs/SQForm/blob/master/src/components/SQForm/SQFormReadOnlyField.tsx#L32
Zero could be a real value and should not be discarded.
The text was updated successfully, but these errors were encountered: