Plugin for aldeed:autoform to add international telephone numbers via the NPM intl-tel-input library.
Turns this:
1{ 2 phone: { 3 type: SimpleSchema.RegEx.Phone, 4 label: "Phone", 5 autoform: { 6 afFieldInput: { 7 type: "intl-tel" 8 } 9 } 10 } 11}
Into this:
Installation
-
Install the
intl-tel-input
library.meteor npm install intl-tel-input@15.0.2 --save
-
Install this library.
meteor add juto:autoform-telephone-input