patriziotomato/select-or-custom

Laravel Nova 字段。

v1.0.0 2023-02-18 07:33 UTC

This package is auto-updated.

Last update: 2024-09-18 11:12:02 UTC


README

Laravel Nova 自定义字段,允许您拥有下拉选择或自定义文本!

安装

您可以使用 composer 安装 select-or-text

composer require lynndigital/select-or-custom

然后,将以下代码添加到您的资源 fields 方法中

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

该字段具有与 Laravel Nova 的 Select 字段类似的 options 方法,允许您传递默认选项,这些选项可能会被选中。

屏幕截图

将字段添加到 nova: Code

选择字段。 The select field

选择您提供的选项之一,或选择“自定义(自由文本)”以添加自定义值。 Options

选中提供的选项时的字段: Select box

可以输入自定义值时的字段(一个简单的文本字段): Text input