Setting Type [Widget] type_input Message: No fields is found! Line: 37 File: /workspaces/vendor/koolreport/dashboard/inputs/Select.php
Text::create("type")
->inputWidget(
Select::create()
->dataSource(function () {
return [
"string" => "string",
"integer" => "integer",
"boolean" => "boolean",
"json" => "json",
"date" => "date"
];
})
)
->label("Setting Type")
