add max-chars attribute to text field

This commit is contained in:
2025-01-23 20:12:32 -06:00
parent dde250fd25
commit de45b379e3
4 changed files with 21 additions and 11 deletions

View File

@@ -150,6 +150,7 @@
</xs:simpleType>
</xs:attribute>
<xs:attribute name="tab-order" type="xs:integer"/>
<xs:attribute name="max-chars" type="xs:integer"/>
<xs:attributeGroup ref="rect-size"/>
<xs:attributeGroup ref="position"/>
</xs:extension>