You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a missing support for Readonly plain text.
It's possible to put a class form-control-plaintext to the Field manually, but class form-control (or form-select for <select>) persists, which is wrong.
The text was updated successfully, but these errors were encountered:
I use UneditableField to to avoid unwanted behaviour of 'form-control' class in this case. This Field works well in bundle with 'form-control-plaintext' css_class. For example:
There is a missing support for Readonly plain text.
It's possible to put a class form-control-plaintext to the Field manually, but class form-control (or form-select for <select>) persists, which is wrong.
The text was updated successfully, but these errors were encountered: