Add form field - password type to some subform - for test only, e.g. in :
plugins/schemaorg/book/forms/schemaorg.xml
<field
name="password"
type="password"
label="Dynamically added password field"
required="true"
autocomplete="new-password"
class="validate-password"
field="password1"
size="30"
validate="password"
strengthmeter="true"
rules="true"
force="on"
filter="raw"
/>
and test to click on "eye" button to show/hide the password input text.
The password should be displayed/hidden based on the click on the button
The displaying/hiding does not work.
Joomla 5.0.2
Maybe the media/system/js/fields/passwordview.js should be written the same way like media/system/js/showon.js (to have initialization, etc. so it can work in dynamically created forms too.)
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-10-27 16:45:21 |
Closed_By | ⇒ | richard67 |
Closing as having a pull request. Please test #44361 . Thanks in advance.