We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b90ed commit a2ca170Copy full SHA for a2ca170
app/code/Magento/CatalogSearch/view/frontend/templates/advanced/form.phtml
@@ -126,8 +126,7 @@
126
value="<?= $block->escapeHtml($block->getAttributeValue($_attribute)) ?>"
127
title="<?= $block->escapeHtml($block->getAttributeLabel($_attribute)) ?>"
128
class="input-text <?= $block->escapeHtmlAttr($block->getAttributeValidationClass($_attribute)) ?>"
129
- maxlength="<?= $block->escapeHtmlAttr($maxQueryLength) ?>"
130
- data-validate="{'validate-alphanum':true}"/>
+ maxlength="<?= $block->escapeHtmlAttr($maxQueryLength) ?>" />
131
<?php endswitch; ?>
132
</div>
133
0 commit comments