Set state for enum
How can I get the selected value for a select column when the date is filled from an enum?
the enum data returns;
the enum data returns;
Forms\Components\Select::make('type')->options(VendingMachineType::toAssociativeArray())[1 => 'item 1', 2 => 'item 2']