EasyAdmin Telephone Field
This field is used to represent a text content that stores a single telephone number.
In form pages (edit and new) it looks like this:
Basic Information
- PHP Class:
EasyCorp
\Bundle \EasyAdminBundle \Field \TelephoneField - Doctrine DBAL Type used to store this value: `string`
- Symfony Form Type used to render the field: TelType
Rendered as:
1
<input type="tel" value="...">
Options
This field does not define any custom option.
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0 license.