Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Appendable Select

This package is possibly abandoned. Please proceed with care.

Readme

Nova Appendable Select

Nova Appendable Select is a multi field that contains a select element and an input element. The select elements populates based on the Nova resource you are calling the component from and the tableName you pass as seen below.

AppendableDynamicDropdown::make('Brand')->rules('required')

In the example above we add this to the Nova Resource Router. So this multi field component will now populate all unique brand names from the routers table. To add a new brand name not already present in the routers table the input field will take new values and when submitting the form this new value will be present in the select field on subsequent form submits.

Who Uses Nova Appendable Select

Usage

Laravel Nova Applications

Suitable when you want a dynamic select field that is populated based on a model in your database and you want to add to this

Show instructions
  1. Install the preset:

    $ composer require merotech/nova-appendable-select
    
  2. Add the Nova Field Component to your Nova resource

    use Merotech\AppendableDynamicDropdown\AppendableDynamicDropdown;
    
  3. You're all set!

Screenshots

Back to Top
Added 6 years ago

This package is listed on the Packagist API, but has no stable tags.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

3 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas