Skip to content
Snippets Groups Projects
Commit 102af1d6 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge 'selectRequired'

parent c95f4c7b
No related branches found
No related tags found
Loading
Pipeline #2872 passed
......@@ -1479,6 +1479,7 @@ abstract class AbstractBuildForm {
$attribute .= Support::doAttribute('value', htmlentities($value), false);
}
$attribute .= $this->getAttributeList($formElement, [FE_INPUT_AUTOCOMPLETE, 'autofocus', 'placeholder']);
$formElement[FE_CHECK_PATTERN] = Sanitize::getInputCheckPattern($formElement[FE_CHECK_TYPE], $formElement[FE_CHECK_PATTERN]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment