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
Even if we provide the correct value, like 100px there's an alert: Invalid Value.
100px
Invalid Value
The dimension is however applied correctly on the front-end.
Develop branch.
theme_mods
Just the basic dimension control with default parameters.
The text was updated successfully, but these errors were encountered:
I saw that too these past few days, just didn't have time to debug it. I'll check into this today if I find some free time 👍
Sorry, something went wrong.
791c457
Fixed
Merge branch 'develop' into postMessage-refactor
ff87a42
* develop: Validation !== Sanitization 'fr' is a new valid css unit fixes #1844 Add a preset argument to controls.
No branches or pull requests
Issue description:
Even if we provide the correct value, like
100px
there's an alert:Invalid Value
.The dimension is however applied correctly on the front-end.
Version used:
Develop branch.
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
Just the basic dimension control with default parameters.
The text was updated successfully, but these errors were encountered: