options(); $hasOptions = is_array($fieldOptions) && count($fieldOptions); $listId = $hasOptions ? $field->getId() . '-list' : null; ?>
previewMode): ?> value): ?> value) ?>   autocomplete) && is_string($field->autocomplete) ? 'autocomplete="' . e($field->autocomplete) . '"' : '' ?> maxlength) && is_numeric($field->maxlength) ? 'maxlength="' . e($field->maxlength) . '"' : '' ?> minlength) && is_numeric($field->minlength) ? 'minlength="' . e($field->minlength) . '"' : '' ?> pattern) && is_string($field->pattern) ? 'pattern="' . e($field->pattern) . '"' : '' ?> placeholder) && is_string($field->placeholder) ? 'placeholder="' . e(trans($field->placeholder)) . '"' : '' ?> size) && is_numeric($field->size) ? 'size="' . e($field->size) . '"' : '' ?> getAttributes() ?> /> $label): ?>