LaravelPackages.net
Acme Inc.
Toggle sidebar
bithaolee/select-or-custom

A Laravel Nova field.

7
0
1.0.0
About bithaolee/select-or-custom

bithaolee/select-or-custom is a Laravel package for a laravel nova field.. It currently has 0 GitHub stars and 7 downloads on Packagist (latest version 1.0.0). Install it with composer require bithaolee/select-or-custom. Discover more Laravel packages by bithaolee or browse all Laravel packages to compare alternatives.

Last updated

select-or-text

Laravel Nova custom field that allows you to have a select drop-down or custom text!

Install

You can install select-or-text using composer:

composer require bithaolee/select-or-custom

Then add the following code to your resources fields method:

\Lynndigital\SelectOrCustom\SelectOrCustom::make('Field Name')->options([]);

The field has an options method similar to that of Laravel Nova's Select field, it allows you to pass default options that may be selected.

Screenshots:

Add the field to nova: Code

The select field. The select field

Select one of your provided options, or choose "Custom (Free Text)" to add a custom value. Options

The field when a provided option is selected: Select box

The field when a custom value can be entered (a simple text field): Text input

Comments