Select disableOptionsWhenSelectedInSiblingRepeaterItems fails when options are Enum
I have a select field with options loaded form enum. I want to disable the selected options in repeater and it does not even open the page saying enum could not be converted to string.
Forms\Components\Select::make('letter')
->options(AnswerLetterEnum::class)
->disableOptionsWhenSelectedInSiblingRepeaterItems()
0 Replies