{{-- Has a support for text, number, selectize (use selectOptions slot) --}} @props([ 'label' => null, 'helpText' => null, 'prepend' => null, 'append' => null, 'appendText' => null, 'prependText' => null, ]) @php $id = $attributes->get('id'); $dataType = $attributes->get('type'); $formGroupClass = $attributes->get('data-form-group-class') ?? ''; $inputGroupClass = $attributes->get('data-input-group-class') ?? ''; if (!$id) { $id = sha1(json_encode($attributes->getAttributes())); } @endphp