Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.5.3
-
Fix Version/s: None
-
Component/s: Tag Library
-
Labels:None
Description
The HTML 5 attribute:
spellcheck="false"
is not supported in <s:textarea>
In the meantime, you can use the dynamic attribute version of the tag library:
<%@ taglib prefix="s-dyn"
uri="http://stripes.sourceforge.net/stripes-dynattr.tld" %>
<s-dyn:textarea spellcheck="false"/>