Skip to content

Commit

Permalink
form.type alias tel->phone_number
Browse files Browse the repository at this point in the history
  • Loading branch information
rh389 authored Oct 3, 2018
1 parent cfe6e01 commit 6503084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Phone numbers can be deserialized from an international format by setting the ty

### Using `libphonenumber\PhoneNumber` objects in forms

You can use the `PhoneNumberType` (`tel` for Symfony <= 2.7) form type to create phone number fields. There are two widgets available.
You can use the `PhoneNumberType` (`phone_number` for Symfony 2.7) form type to create phone number fields. There are two widgets available.

#### Single text field

Expand Down

0 comments on commit 6503084

Please sign in to comment.