Skip to content

Commit

Permalink
web: add missing id attribute for button in ak-flow-input-password (#…
Browse files Browse the repository at this point in the history
…11413)

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

Signed-off-by: itsmesid <[email protected]>
  • Loading branch information
arevindh authored Sep 30, 2024
1 parent dc1562a commit e7698d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/flow/components/ak-flow-password-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down

0 comments on commit e7698d2

Please sign in to comment.