Skip to content

Commit

Permalink
Set 'dir=auto' as default for TextField components
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Sep 3, 2019
1 parent d95f17d commit 57a6b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/components/ui/text-field/text-field.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const TextField = props => {

TextField.defaultProps = {
error: null,
dir: 'auto',
}

TextField.propTypes = {
Expand Down

0 comments on commit 57a6b0d

Please sign in to comment.