Author: amarkhel
Date: 2009-06-04 11:41:46 -0400 (Thu, 04 Jun 2009)
New Revision: 14493
Modified:
branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
Log:
Fix RF-7227
Modified:
branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
===================================================================
---
branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx 2009-06-04
15:41:41 UTC (rev 14492)
+++
branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx 2009-06-04
15:41:46 UTC (rev 14493)
@@ -96,7 +96,7 @@
<jsp:scriptlet><![CDATA[
} else {
]]></jsp:scriptlet>
- <input id="#{clientId}Input"
+ <input autocomplete="off"
id="#{clientId}Input"
name="#{clientId}"
value="#{this:getInputValue(context,component)}"
type="hidden"
@@ -253,7 +253,7 @@
<jsp:scriptlet><![CDATA[
} else {
]]></jsp:scriptlet>
- <input id="#{clientId}Input"
+ <input autocomplete="off"
id="#{clientId}Input"
name="#{clientId}"
value="#{this:getInputValue(context,component)}"
type="hidden"
@@ -350,7 +350,7 @@
<jsp:scriptlet><![CDATA[
} else {
]]></jsp:scriptlet>
- <input id="#{clientId}Input"
+ <input
autocomplete="off" id="#{clientId}Input"
name="#{clientId}"
value="#{this:getInputValue(context,component)}"
type="hidden"
@@ -458,7 +458,7 @@
<jsp:scriptlet><![CDATA[
} else {
]]></jsp:scriptlet>
- <input id="#{clientId}Input"
+ <input autocomplete="off" id="#{clientId}Input"
name="#{clientId}"
value="#{this:getInputValue(context,component)}"
type="hidden"
Show replies by date