Skip to content

Commit

Permalink
fix(TimePicker): reposition validation message (#5686)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored Apr 1, 2020
1 parent f51b06b commit 8c58a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/TimePicker/TimePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ export default class TimePicker extends Component {
{...timePickerInputProps}
data-invalid={invalid ? invalid : undefined}
/>
{error}
</div>
{children}
</div>
{error}
</div>
);
}
Expand Down

0 comments on commit 8c58a8d

Please sign in to comment.