Skip to content

Commit

Permalink
Add aria describes for warning label, #12864 (#13576)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored Aug 18, 2017
1 parent e7ca195 commit e0708ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/public/field_editor/field_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="hintbox-heading">
<i class="fa fa-warning text-warning"></i> Format Warning
</h4>

<p>
<p id="scriptFieldWarningCopy">
Formatting allows you to control the way that specific values are displayed. It can also cause values to be completely changed and prevent highlighting in Discover from working.
</p>
</div>
Expand All @@ -79,6 +79,7 @@ <h4 class="hintbox-heading">
id="scriptFieldFormat"
ng-options="format.id as format.title for format in editor.fieldFormatTypes"
class="form-control"
aria-describedby="scriptFieldWarningCopy"
data-test-subj="editorSelectedFormatId">
</select>
<fieldset
Expand Down

0 comments on commit e0708ab

Please sign in to comment.