form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

Enhance telephone field to allow country codes as separate select input #73

Open Trilmatic opened 2 weeks ago

Trilmatic commented 2 weeks ago

Add countryCodeInput option default false, if set to true it will create a new select input before tel input that will have all county codes with flags where you can select country code, the two values will be merged into one.