Skip to content

Commit

Permalink
Add role on message
Browse files Browse the repository at this point in the history
  • Loading branch information
jsomsanith committed May 15, 2017
1 parent 0dda421 commit 1ded597
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/forms/src/UIForm/Message/Message.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default function Message(props) {
const message = isValid ? description : errorMessage;
return message ?
(
<div className="help-block">
<div
className="help-block"
role="status"
>
{ message }
</div>
) :
Expand Down

0 comments on commit 1ded597

Please sign in to comment.