Skip to content

Commit

Permalink
feat(phone): add ltr attribute (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
masopego authored Nov 15, 2022
1 parent 1081234 commit 95ee699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/Phone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const Phone = ({
name={name}
defaultValue=''
setValue={setValue}
dir='ltr'
as={
<PhoneInput
placeholder={placeholder}
Expand Down

0 comments on commit 95ee699

Please sign in to comment.