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
Affected Components: SQFormScrollableCard
Currently the height prop (https://github.com/SelectQuoteLabs/SQForm/blob/master/src/components/SQFormScrollableCard/SQFormScrollableCard.js#L208) on SQFormScrollableCard only accepts a number. This should be changed to accept a number or string that values like 50%, 100vh and calc() don't cause proptype warnings.
50%
100vh
calc()
The text was updated successfully, but these errors were encountered:
fix: 🐛 SQFormScrollableCard height prop accepts string now
f22c3af
SQFormScrollableCard height prop validation now accepts a string considering that's how it was being used. ✅ Closes: #475
130a8bf
97486ef
chore(release): 7.4.2 [skip ci]
a97457c
### [7.4.2](v7.4.1...v7.4.2) (2022-03-31) ### Bug Fixes * 🐛 SQFormScrollableCard height prop accepts string now ([97486ef](97486ef)), closes [#475](#475)
20BBrown14
Successfully merging a pull request may close this issue.
Affected Components: SQFormScrollableCard
Currently the height prop (https://github.com/SelectQuoteLabs/SQForm/blob/master/src/components/SQFormScrollableCard/SQFormScrollableCard.js#L208) on SQFormScrollableCard only accepts a number. This should be changed to accept a number or string that values like
50%
,100vh
andcalc()
don't cause proptype warnings.The text was updated successfully, but these errors were encountered: