outl1ne/nova-multiselect-field
A multiple select field for Laravel Nova.
5.1.3
3.6M downloads/mo
#1815 most downloaded on Packagist
outl1ne/nova-multiselect-field
What this package is like to depend on
Last release 2 months ago
10 Jun 2026
Release timing varies
gaps range from 2 weeks to 8 months
Some releases are documented
notes for 42 of 121 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
121 releases · first in 2019
2 releases in the last 12 months
see the full history below
Release timeline
121 releases · May 2019 to Jun 2026Releases
latest 60 of 121-
5.1.310 Jun 2026 -
5.1.227 Apr 2026Release notes
Open source →Changed
- Added support for Laravel Nova native repeater fields (thanks to @jan-tricks)
- Updated packages
Release notes
Open source →Changed
- Added support for Laravel Nova native repeater fields (thanks to @jan-tricks)
- Updated packages
-
5.1.128 Aug 2025Release notes
Open source →Changed
- Added "Select All" functionality (->showSelectAll())
- Updated packages
Release notes
Open source →Changed
- Added "Select All" functionality (->showSelectAll())
- Updated packages
-
5.1.009 Jul 2025Release notes
Open source →What's Changed
- Fix requirements not matching actual requirements by @peterchrjoergensen in #270
- fix: display group labels not being displayed by @KasparRosin in #274
New Contributors
- @peterchrjoergensen made their first contribution in #270
Full Changelog: 5.0.1...5.1.0
-
5.0.118 Dec 2024Release notes
Open source →Changed
- Allow Laravel Framework 11 during development (thanks to @crynobone)
- Fixed reorder button showing with singleSelect() (thanks to @crynobone)
- Removed dependencies covered by laravel/nova-devtool (thanks to @crynobone)
Release notes
Open source →Changed
- Allow Laravel Framework 11 during development (thanks to @crynobone)
- Fixed reorder button showing with singleSelect() (thanks to @crynobone)
- Removed dependencies covered by laravel/nova-devtool (thanks to @crynobone)
-
5.0.017 Dec 2024 -
4.7.009 Jul 2025Release notes
Open source →What's Changed
- fix: display group labels not being displayed by @KasparRosin in #274
- chore: update packages
Full Changelog: 4.6.1...4.7.0
-
4.6.130 Oct 2024Release notes
Open source → -
4.6.009 Oct 2024Release notes
Open source →Added
- Added option to override the form field component (thanks to @alexandru-eftimie)
Changed
- Bumped Nova requirement to 4.32
- Fixed issue with overflow hidden parent
- Fixed issue where focusing the input would block out the whole viewport
- Fixed error handling with async modals
- Fixed misc style issues related to newer Nova versions
- Update packages
Release notes
Open source →Added
- Added option to override the form field component (thanks to @alexandru-eftimie)
Changed
- Bumped Nova requirement to 4.32
- Fixed issue with overflow hidden parent
- Fixed issue where focusing the input would block out the whole viewport
- Fixed error handling with async modals
- Fixed misc style issues related to newer Nova versions
- Update packages
-
4.5.629 Feb 2024 -
4.5.527 Feb 2024Release notes
Open source →Changed
- Fixed issue with (soft-)deleted models throwing an exception when rendering field
-
4.5.104 Dec 2023Release notes
Open source →Changed
- Fixed issue with really long fields with a lot of values not allowing removing items using X
-
4.5.017 Oct 2023Release notes
Open source →Added
- Added Nova Devtool (immensely improves first set-up developer experience) (huge thanks to @crynobone)
Changed
- Fixed UI issues relating to multiselect fields inside action modals
-
4.4.225 Aug 2023Release notes
Open source →Changed
- Fixed a bug with fillIfVisible (thanks to @LorenzoAlu and @muhammadsaeedparacha)
-
4.4.110 Aug 2023 -
4.4.010 Aug 2023Release notes
Open source →Changed
- Bumped minimum Nova version to 4.27 due to inner method visibility change inside Nova
- Fixed resolveDefaultValue visibility
- Fixed a bug when using show() and hide() inside dependsOn (thanks to @LorenzoAlu)
- Fixed fillIfVisible running even when the field was not visible (thanks to @puzzledmonkey)
-
4.3.624 Jul 2023 -
4.3.530 Jun 2023Release notes
Open source →Changed
- Fixed issue with Laravel Octane observer leaks
- Fixed issue with some null default values
-
4.3.413 Jun 2023Release notes
Open source →Changed
- Fixed Nova 4.25 support (UndefinedValue class as new default value)
-
4.3.331 May 2023Release notes
Open source →Changed
- Fixed dependsOn changes not propagating further than one layer down
-
4.3.230 May 2023 -
4.3.130 May 2023 -
4.3.029 May 2023Release notes
Open source →Added
- Added BelongsToMany default() support
- Default value should be a model or an array/collection of models
- Added Slovak language (thanks to @wamesro)
Changed
- Fixed dependsOnOptions changes not propagating further than one layer down
- Fixed PHP arrow fn usage (thanks to @Alvaro-Vidal-Azevedo-Pinheiro)
- Fixed attribute usage when filling field (thanks to @lonnylot)
- Updated packages
- Added BelongsToMany default() support
-
4.2.323 Nov 2022Release notes
Open source →Changed
- Fixed multi-word resource name in belongsToMany relationship (thanks to @mrleblanc101)
- Fixed group options dark mode style issues (thanks to @mrleblanc101)
- BelongsTo resolve performance improvements
- Improved indexCharDisplayLimit support
- Updated packages
-
4.2.221 Oct 2022Release notes
Open source →Changed
- Fixed belongsToMany detail view link styles (thanks to @mrleblanc101)
- Fixed disable state opacity (thanks to @mrleblanc101)
- Fixed missing nova-assets post-autoload command
- Fixed group options dark mode style issues
-
4.2.120 Oct 2022Release notes
Open source →Changed
- Fixed dark mode not always applying when using
systemtheme setting
- Fixed dark mode not always applying when using
-
4.2.020 Oct 2022Release notes
Open source →Added
- Added
resourceKeyNamehelper function to Multiselect which allows specifying a custom key name for resource selects - Added model links support to BelongsToMany relationship field (thanks to @mrleblanc101)
Changed
- Fixed
readOnlynot reacting to dependsOn changes (thanks to @mrleblanc101) - Fixed
readOnlyfield styles (thanks to @mrleblanc101)
- Added
-
4.1.112 Oct 2022 -
4.1.005 Oct 2022Release notes
Open source →Added
- Nova's
dependsOnsupport
Changed
- Use
nova-kit/nova-packages-tool(thanks to @crynobone) - Fixed UI issue with flexible content (thanks to @anand-patel)
- Updated packages
- Nova's
-
4.0.1028 Jul 2022 -
4.0.927 Jul 2022Release notes
Open source →Changed
- Fixed an issue with empty model causing an exception in the
shouldSaveAsJSONfunction
- Fixed an issue with empty model causing an exception in the
-
4.0.820 Jul 2022Release notes
Open source →Changed
- Fixed reorder not working due to wrong vue-draggable version
- Fixed single select color in light mode
-
4.0.720 Jul 2022Release notes
Open source →Added
- Added ability to override option tag for form field (thanks to @gavro)
Changed
- UI compactness improvements
- Updated packages
-
4.0.619 Jul 2022Release notes
Open source →Changed
- Made UI more compact
- Fixed clear all button overlapping with selected items
- Updated packages
-
4.0.509 Jun 2022 -
4.0.424 May 2022Release notes
Open source →Changed
- Make form field class name more unique
- Fix compatibility issue with Flexible field (thanks to @alancolant)
-
4.0.313 May 2022 -
4.0.229 Apr 2022 -
4.0.129 Apr 2022Release notes
Open source →Changed
- Use Outl1ne translations loader 5.0
- Re-add support for Laravel 8.0 and PHP 8.0
-
4.0.022 Apr 2022Release notes
Open source →NB! Namespace has changed from OptimistDigital to Outl1ne
Please rename
optimistdigital/nova-multiselect-fieldtooutl1ne/nova-multiselect-fieldincomposer.json, use version^4.0and runcomposer update.Then change
use OptimistDigital\MultiselectField\Multiselecttouse Outl1ne\MultiselectField\Multiselect. Thanks!Changed
- Changed namespace from OptimistDigital to Outl1ne
- Fixed light/dark mode support
- Updated packages
-
3.0.108 Apr 2022 -
3.0.008 Apr 2022Release notes
Open source →Added
- Nova 4 support
- Fully compatible with light and dark modes
Changed
- Dropped Laravel 7 and 8 support
- Dropped PHP 7.X support
- Dropped Nova 3 support
-
2.4.321 Oct 2022Nothing published for this version
-
2.4.220 Jul 2022Nothing published for this version
-
2.4.119 Jul 2022Nothing published for this version
-
2.4.008 Apr 2022Nothing published for this version
-
2.3.1313 Dec 2021Nothing published for this version
-
2.3.1212 Nov 2021Nothing published for this version
-
2.3.1120 Oct 2021Nothing published for this version
-
2.3.1019 Oct 2021Nothing published for this version
-
2.3.919 Oct 2021Nothing published for this version
-
2.3.806 Oct 2021Nothing published for this version
-
2.3.705 Oct 2021Nothing published for this version
-
2.3.605 Oct 2021Nothing published for this version
-
2.3.505 Oct 2021Nothing published for this version
-
2.3.401 Oct 2021Nothing published for this version
-
2.3.306 Sep 2021Nothing published for this version
-
2.3.202 Sep 2021Nothing published for this version
-
2.3.122 Jun 2021Nothing published for this version
-
2.3.016 Jun 2021Nothing published for this version