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

Upload Field - "autoUpload" : "false" not working #591

Open SiriusDreamz opened 6 years ago

SiriusDreamz commented 6 years ago

I am not able to set the autoUpload parameter to false at all in regards to Upload Field. It seems to behave as it is always set to true as per default. I have tried adding the showSubmitButton parameter to but that has its own open issue here in the repo.


"upload": {
    "url": "http://localhost:XXX/upload",
     "method": "post",
     "autoUpload": false,
     "showSubmitButton": true
 }