Re: Disable spellcheck on xforms:input | xforms:textarea
Administrator
Hi Alexander,
You can use <xf:input xh:spellcheck="false"/>. In the generated HTML, this will place the spellcheck="false" on the around the <input>, which in this case works well, as this is inherited from ancestor elements.