Hi @bashgeek ,
Great that you forked https://github.com/dillingham/nova-items-field to make it work for Nova 4, but..
This package doesn't work for me on the latest Laravel Nova:
Using it like:
Items::make('Options')->draggable(true)->fullWidth(true)->placeholder('Add new option')->createButtonValue('New option')->hideFromIndex()->max($this->type == 'radio' ? 2 : 10),