This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -31,6 +31,7 @@ class Text extends \Bitrix\Landing\Field
$this->searchable = isset($params['searchable']) && $params['searchable'] === true;
$this->placeholder = isset($params['placeholder']) ? $params['placeholder'] : '';
$this->maxlength = isset($params['maxlength']) ? (int)$params['maxlength'] : 0;
$this->fetchModificator = isset($params['fetch_data_modification']) ? $params['fetch_data_modification'] : null;
}
/**