Set state for enum

How can I get the selected value for a select column when the date is filled from an enum?

Forms\Components\Select::make('type')->options(VendingMachineType::toAssociativeArray())


the enum data returns;

[1 => 'item 1', 2 => 'item 2']
Was this page helpful?