Skip to content

Conversation

@karandatwani92
Copy link
Contributor

Docs for https://github.com/Laravel-Backpack/PRO/pull/327

  • Let users type and create new options:
image

@tabacitu tabacitu added this to Triage Nov 13, 2025
@@ -2180,7 +2180,8 @@ 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.
// 'sortable' => true, // requires the field to accept multiple values, and allow the selected options to be sorted;
// 'tagging' => true, // allow users to type and create new options.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's one line only. Rest is just trailing spaces.

@pxpm pxpm force-pushed the select2-from-array-tagging branch from 03f45bd to ffda33c Compare December 23, 2025 12:19
@pxpm pxpm merged commit 10618e1 into master Dec 23, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Review to Done in Backpack v7.0 Dec 23, 2025
@github-project-automation github-project-automation bot moved this to Done in Triage Dec 23, 2025
@pxpm pxpm deleted the select2-from-array-tagging branch December 23, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants