Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 81 forks source link

No(t working) option to preset options while creating #123

Open nubian-sk opened 1 year ago

nubian-sk commented 1 year ago

It would be helpful to have support for selecting default options while creating a resource. I tried the "value" prop but it didn't work for me.

->setMultiselectProps([
...
'value' => 6,
])