This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9a00038 Improved: updates widget-form.xsd
9a00038 is described below
commit 9a00038b76b4cc8bd0198c0c7c2bd298968400b5
Author: Jacques Le Roux <[email protected]>
AuthorDate: Sat Oct 25 17:10:46 2025 +0200
Improved: updates widget-form.xsd
This is related with "Regression when willing to enter decimals"
(OFBIZ-13297)
Thanks to Florian Motteau for PR-913
---
dtds/widget-form.xsd | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dtds/widget-form.xsd b/dtds/widget-form.xsd
index 2be59b4..3e9ee92 100644
--- a/dtds/widget-form.xsd
+++ b/dtds/widget-form.xsd
@@ -1560,6 +1560,11 @@ under the License.
</xs:restriction>
</xs:simpleType>
</xs:attribute>
+ <xs:attribute name="step" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>Controls the "step" attribute of the
input element. Ignored if the "type" attribute of the field is not "number".
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/step</xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
<xs:attribute name="pattern" type="xs:string">
<xs:annotation>
<xs:documentation>Controls the pattern attribute of the
input element. See
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern</xs:documentation>