Joomla 4.4.5
The descriptions of my extensions and also others are not displayed.
For example in the module Login Form there are no descriptions.
There is a d-none class that prevents their display.
This is in: Joomla> Form> Renderfield.php at line 40.
"$descClass = ($options['descClass'] ?? '') ?: (!empty($options['inlineHelp']) ? 'hide-aware-inline-help d-none' : '');"
What solution except to manually modify this file.
Regards
Labels |
Added:
No Code Attached Yet
|
That is intended behavior: to reduce the amount of information in forms the help is hidden by default, if you click on the button "Toggle Inline Help" the description will be displayed.
Closing the issue because it is expected behavior.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-06-27 05:22:45 |
Closed_By | ⇒ | drmenzelit |