-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Disabling className removes default class form-control #544
Comments
Did you solve the problem? |
I ignored this for now, but if I had to solve this right now, I would disable the className, catch the |
I will try to make your way. |
I solved this problem as follows: <style> .form-group.className-wrap, .form-group.name-wrap, .form-group.access-wrap, .form-group.value-wrap { display: none !important; } </style> |
Nice solution! |
Hi, I am looking for a cleaner solution as well. Is there a way to set the default class for fields? |
I resolved adding the attribute in the control file build call. in controls/text.js
in textarea.js
|
fixed in 2.10.0 |
Hey,
is it possible to disable (or rather hide) the
className
attribute but keep the default classform-control
for every field?Thanks!
The text was updated successfully, but these errors were encountered: