mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Re-introduce the 'placeholder' option for our form-helper
This commit is contained in:
parent
037489a6c0
commit
7c09de3ea8
|
@ -14,6 +14,7 @@
|
||||||
'class' => 'livewire-select2',
|
'class' => 'livewire-select2',
|
||||||
'style' => 'min-width: 350px',
|
'style' => 'min-width: 350px',
|
||||||
'data-placeholder' => 'Select an import type...', /* TODO: translate me */
|
'data-placeholder' => 'Select an import type...', /* TODO: translate me */
|
||||||
|
'placeholder' => '', //needed so that the form-helper will put an empty option first
|
||||||
'data-livewire-component' => $_instance->id
|
'data-livewire-component' => $_instance->id
|
||||||
]) }}
|
]) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue