diff --git a/6.x/crud-fields.md b/6.x/crud-fields.md index 082edb9..b9a6902 100644 --- a/6.x/crud-fields.md +++ b/6.x/crud-fields.md @@ -2291,6 +2291,7 @@ CRUD::field([ // select2_from_array 'allows_null' => false, 'default' => 'one', // 'allows_multiple' => true, // OPTIONAL; needs you to cast this to array in your model; + // 'sortable' => true, // requires the field to accept multiple values, and allow the selected options to be sorted. ]); ```