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 19fab05 commit ddcf068Copy full SHA for ddcf068
app/code/Magento/CatalogSearch/view/frontend/templates/advanced/form.phtml
@@ -126,7 +126,8 @@
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) ?>" />
+ maxlength="<?= $block->escapeHtmlAttr($maxQueryLength) ?>"
130
+ data-validate="{'validate-alphanum':true}"/>
131
<?php endswitch; ?>
132
</div>
133
0 commit comments