Commits

Tim Donohue authored and GitHub committed bf5e9b9d491 Merge
Merge pull request #3067 from Neki-IT/BrowseByAuthorSeriousIssues

Fix "Browse by Author" remaining serious accessibility issues
No tags
gidlmaster

src/app/shared/starts-with/text/starts-with-text.component.html

Modified
1 1 <form class="w-100" [formGroup]="formData" (ngSubmit)="submitForm(formData.value)">
2 +<div class="mb-3">
2 3 <div class="row">
3 - <div class="form-group input-group col-8 col-sm-12 col-md-6">
4 - <input class="form-control" [attr.aria-label]="'browse.startsWith.input' | translate" placeholder="{{'browse.startsWith.type_text' | translate}}" type="text" name="startsWith" formControlName="startsWith" [value]="getStartsWith()" />
4 + <div class="form-group input-group col-sm-12 col-md-6 col-auto">
5 + <input class="form-control" [attr.aria-label]="'browse.startsWith.input' | translate" placeholder="{{'browse.search-form.placeholder' | translate}}" type="text" name="startsWith" formControlName="startsWith" [value]="getStartsWith()" />
5 6 <span class="input-group-append">
6 7 <button class="btn btn-primary" type="submit"><i class="fas fa-book-open"></i> {{'browse.startsWith.submit' | translate}}</button>
7 8 </span>
8 9 </div>
9 10 </div>
11 + <small class="text-muted">{{'browse.startsWith.type_text' | translate}}</small>
12 +</div>
10 13 </form>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut