Skip to content

Commit

Permalink
Merged in A11y/SHIBUI-257 (pull request #16)
Browse files Browse the repository at this point in the history
SHIBUI-257: Added aria label to Name ID format auto-complete text field

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Mar 19, 2018
1 parent fec8a35 commit f44a57b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
[options]="nameIdFormatOptions | async"
[required]="true"
[allowCustom]="true"
role="textbox">
role="textbox"
aria-label="Name ID Format (type for auto-complete)">
</auto-complete>
</div>
<div class="col col-1 text-right">
Expand Down

0 comments on commit f44a57b

Please sign in to comment.