2019-04-07 04:57:48 -04:00
|
|
|
<div class="form-group entity-selector-container">
|
2021-02-12 17:10:37 -05:00
|
|
|
<div component="entity-selector"
|
2022-06-25 09:13:17 -04:00
|
|
|
refs="entity-selector-popup@selector"
|
2021-02-12 17:10:37 -05:00
|
|
|
class="entity-selector {{$selectorSize ?? ''}}"
|
|
|
|
option:entity-selector:entity-types="{{ $entityTypes ?? 'book,chapter,page' }}"
|
|
|
|
option:entity-selector:entity-permission="{{ $entityPermission ?? 'view' }}">
|
|
|
|
<input refs="entity-selector@input" type="hidden" name="{{$name}}" value="">
|
2022-06-25 09:13:17 -04:00
|
|
|
<input refs="entity-selector@search" type="text" placeholder="{{ trans('common.search') }}" @if($autofocus ?? false) autofocus @endif>
|
2021-08-22 08:15:58 -04:00
|
|
|
<div class="text-center loading" refs="entity-selector@loading">@include('common.loading-icon')</div>
|
2021-02-12 17:10:37 -05:00
|
|
|
<div refs="entity-selector@results"></div>
|
2016-06-25 10:31:38 -04:00
|
|
|
</div>
|
2019-03-30 12:54:15 -04:00
|
|
|
</div>
|