Skip to content

Commit

Permalink
ReactPhoneNumberInput.CommonProps: add international
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jun 17, 2024
1 parent fbde071 commit 8418f2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ object ReactPhoneNumberInput extends FacadeModule.Simple {
val value = of[String]
val onChange = of[Option[String] => Callback]
val defaultCountry = of[String]
val international = of[Boolean]
val inputComponent = of[ElementType]
}

Expand Down

0 comments on commit 8418f2f

Please sign in to comment.