gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

Added info about required phone field dependency jquery.maskedinput #641

Closed ambischof closed 5 years ago

ambischof commented 6 years ago

My team was trying to add a phone field and couldn't figure out why it didn't work. Finally I checked the code and noticed the .mask function and realized we needed the dependency jquery.maskedinput

uzquiano commented 5 years ago

Thanks!