-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team
Description
- Laravel Version: 9.7.0
- Nova Version: 4.0.5
- PHP Version: 8.0.14
Description:
When adding either limit(x) or help() to a field panel neither is represented in the resource creation or update view.
Detailed steps to reproduce the issue on a fresh Nova installation:
1. Create a new Nova resource
2. Add a panel with limit() or help() to the fields() method
(new Panel('Test', [
Text::make('name'),
Text::make('test_field'),
]))
->limit(1)
->help('Help Text'),3. View either create or update resource in Nova
The limit or helpText are both null when inspecting the network request.
vmitchell85, Jubeki and hivokas
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team
