web: add missing id attribute for button in ak-flow-input-password (#11413)

Add missing id attribute to button in ak-flow-input-password

Signed-off-by: itsmesid <693151+arevindh@users.noreply.github.com>
This commit is contained in:
itsmesid
2024-09-30 22:32:42 +05:30
committed by GitHub
parent dc1562a7de
commit e7698d2c33

View File

@ -161,6 +161,7 @@ export class InputPassword extends AKElement {
${this.renderInput()}
${this.allowShowPassword
? html` <button
id="${this.inputId}-visibility-toggle"
class="pf-c-button pf-m-control ak-stage-password-toggle-visibility"
type="button"
aria-label=${msg("Show password")}