قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Create 'Auto clear password' functionality for Vue and vanilla JS * Use auto-clear on password fields within core * Add password field with auto clear to UI demo * Add data attribute with snippet ID for easier UI test targetting * Add UI tests for password auto clear vue directive * Fix typos in UI demo controller * Remove vanilla JS version of the auto-clear mechanism in favour of Vue directive * Apply auto-clear directive to other password fields * Update auto-clear directive to add data attribute when applied to a field * Test auto-clear-password directive is applied to password field on the login page * Update UI test screenshots