NOTE

You are currently viewing the documentation for Filament 4.x, which is a previous version of Filament.

Looking for the current stable version? Visit the 5.x documentation.

组件

Fieldset Blade 组件

组件

你可以使用 Fieldset 将多个表单字段分组到一起,标签可选:

<x-filament::fieldset>
    <x-slot name="label">
        Address
    </x-slot>
    
    {{-- Form fields --}}
</x-filament::fieldset>
Edit on GitHub

Still need help? Join our Discord community or open a GitHub discussion

Previous
Dropdown Blade 组件