mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
14 lines
438 B
HTML
14 lines
438 B
HTML
<div class="loading-indicator-container size-input-text">
|
|
<input
|
|
placeholder="<?= $placeholder ?>"
|
|
type="text"
|
|
name="<?= $this->getName() ?>"
|
|
value="<?= $value ?>"
|
|
data-request="<?= $this->getEventHandler('onSubmit') ?>"
|
|
data-track-input
|
|
data-load-indicator
|
|
data-load-indicator-opaque
|
|
class="form-control <?= $cssClasses ?>"
|
|
autocomplete="off" />
|
|
</div>
|