bithaolee/select-or-custom

Laravel Nova 字段。

1.0.0 2023-07-27 15:59 UTC

This package is auto-updated.

Last update: 2024-09-27 18:44:58 UTC


README

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

安装

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

composer require bithaolee/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