@props([ 'target' => null, // The target textarea/input ID or x-ref 'size' => 'sm', ]) @php $dropdownId = uniqid('emoji-picker-'); $targetSelector = $target ? "document.querySelector('#{$target}'), document.querySelector('[x-ref=\"{$target}\"]')" : 'null'; @endphp