pirasterize / sonata-form-builder

A Drag & Drop Form Builder for Sonata Project
MIT License
18 stars 13 forks source link

Do not use number type for telephone #21

Closed brechtfranco closed 5 years ago

brechtfranco commented 5 years ago

Removed the use of the number type for telephone fields. A phone number should be able to contain more than numerical characters and shouldn't have the 0 stripped off.

Checks for presence of TelType and prefers it one above TextType for backwards compatibility.