This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release22.01 by this push: new d324f6a Fixed: Attribute 'placeholder' is not allowed to appear in element 'text' d324f6a is described below commit d324f6abee446b0f1d4f7001b880f507deaeb577 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Jan 29 10:56:15 2022 +0100 Fixed: Attribute 'placeholder' is not allowed to appear in element 'text' Completes the previous fix by Wei Zhang. This was committed at a wrong place for OFBIZ-5341. Only text was concerned, not date-time --- framework/widget/dtd/widget-form.xsd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/framework/widget/dtd/widget-form.xsd b/framework/widget/dtd/widget-form.xsd index 93e5d56..d79fdb3 100644 --- a/framework/widget/dtd/widget-form.xsd +++ b/framework/widget/dtd/widget-form.xsd @@ -964,11 +964,6 @@ under the License. </xs:restriction> </xs:simpleType> </xs:attribute> - <xs:attribute name="placeholder" type="xs:string"> - <xs:annotation> - <xs:documentation>Specifies a short hint that describes the expected value of an input field.</xs:documentation> - </xs:annotation> - </xs:attribute> </xs:complexType> </xs:element> <xs:element name="display" substitutionGroup="AllFields">