Files
web/web_widget_pattern/static/src/autocomplete.xml
2024-04-23 17:17:04 +02:00

11 lines
294 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="web.AutoComplete" t-inherit-mode="extension" owl="1">
<input position="attributes">
<attribute name="t-att-pattern">props.pattern</attribute>
</input>
</t>
</templates>