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

format: uri does not accept an IP address #754

Closed PoltoS closed 3 years ago

PoltoS commented 3 years ago

http://www.alpacajs.org/docs/fields/url.html

If you try to enter http://192.168.0.1, it will not be accepted. Though this is a valid URL.

Also https://localhost is not accepted.

PoltoS commented 3 years ago

Found allowIntranet option. So case closed