This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 7562476 Fixed: Attribute 'placeholder' is not allowed to appear in element 'text' 7562476 is described below commit 7562476e1e7c6cf6bac2be96c74fcc2bf754a58d 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">