Closed projct1 closed 9 months ago
What is independent, expandSelected, grouped? Switching these options I didn't notice any difference :( Need more examples plz :)
independent
expandSelected
grouped
public static function form(Form $form): Form { return $form ->schema([ TextInput::make('name')->maxLength(255)->required(), TextInput::make('slug')->maxLength(255)->required(), TextInput::make('position')->numeric(), SelectTree::make('parent_id') ->withCount() ->enableBranchNode() ->relationship('parent', 'name', 'parent_id') ]); }
3.1
8.3
10.43
No response
It seems like there might be a language barrier. Please read the instructions carefully as it does what it says.
What happened?
What is
independent
,expandSelected
,grouped
? Switching these options I didn't notice any difference :( Need more examples plz :)How to reproduce the bug
Package Version
3.1
PHP Version
8.3
Laravel Version
10.43
Which operating systems does with happen with?
No response
Notes
No response