From 6b177d859564adbb3ee98c8c81018d684b572d96 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 22 Oct 2018 10:51:24 -0700 Subject: [PATCH] SHIBUI-918 Implemented fix for disabled select boxes in safari --- ui/src/app/schema-form/widget/select/select.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/app/schema-form/widget/select/select.component.html b/ui/src/app/schema-form/widget/select/select.component.html index 819a89553..c5e3557fa 100644 --- a/ui/src/app/schema-form/widget/select/select.component.html +++ b/ui/src/app/schema-form/widget/select/select.component.html @@ -15,8 +15,9 @@ [formControl]="control" [attr.name]="name" class="form-control" - [attr.aria-label]="schema.title"> -