Find this widget anywhere in Joomla. One example is the db password in global config.
System -> Global config -> server tab
Click ONCE on modify to enable the field and allow changes.
Click TWICE on modify to enable the field and allow changes.
safari on mac, no console errors.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-09 16:55:09 |
Closed_By | ⇒ | richard67 |
I would like to work on this issue.
My approach:-
The
Modify
button is used to toggle locked state of the input. The problem is caused by button not having thelocked
class initially. So when theModify
button is clicked for the first time, it adds the locked state to input. And after that the normal toggle behavior is experienced.Just adding
locked
class to input initially will solve this issue.