Forms\Components\TextInput::make('code') ->required() ->maxLength(255), // need to add the regex for this Forms\Components\Select::make('type') ->searchable() ->required() ->options(self::getBarcodeTypes()),