@php require_frontend_packages(['bootstrap-combobox']); @endphp @once @push('componentScripts') @endpush @endonce @php if(empty($disallowAddProductWorkflows)) { $disallowAddProductWorkflows = false; } @endphp @php if(empty($disallowAllProductWorkflows)) { $disallowAllProductWorkflows = false; } @endphp @php if(empty($prefillByName)) { $prefillByName = ''; } @endphp @php if(empty($prefillById)) { $prefillById = ''; } @endphp @php if(!isset($isRequired)) { $isRequired = true; } @endphp @php if(!isset($label)) { $label = 'Product'; } @endphp @php if(!isset($disabled)) { $disabled = false; } @endphp @php if(empty($hint)) { $hint = ''; } @endphp @php if(empty($nextInputSelector)) { $nextInputSelector = ''; } @endphp @php if(empty($validationMessage)) { $validationMessage = 'You have to select a product'; } @endphp @php if(empty($additionalGroupCssClasses)) { $additionalGroupCssClasses = ''; } @endphp