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

Disable spellcheck in text fields? #695

Open seanvree opened 5 years ago

seanvree commented 5 years ago

Is there a way to disable spellcheck in text fields such as you would do with a normal input field?

<input type="search" name="markinput" class="input" placeholder=" Search . . ." required spellcheck="false">