@php $inputId = $htmlId !== 'null' ? $htmlId . '-input' : null; $selectId = $htmlId !== 'null' ? $htmlId . '-select' : null; @endphp
@if ($label) @endif
{{-- Hidden input for wire:dirty tracking (binds to combinedValue which has the full value with unit) --}} @if ($modelBinding !== 'null') @endif {{-- Input --}} {{-- Select --}}
@if (!$label && $helper) @endif @error($modelBinding) @enderror