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:
@ -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")}
|
||||
|
Reference in New Issue
Block a user