v4.0.0-beta21
#17189
Replies: 1 comment 1 reply
-
|
@danharrin I got the following error after the upgrade Schema: Flex::make([
TextEntry::make('placeholder')->grow()->hiddenLabel(),
Action::make('add')
->modalWidth(Width::Full)
->color('warning')
->icon(Heroicon::ChatBubbleLeftRight)
->slideOver()
->schema([
....
])
->action(function ($record, $data) {
...
}),
])->columnSpanFull(),I believe that Actions do not support Hidden and Visible JS yet right? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking changes
What's Changed
EntrygetStateUsing()method by @ralphjsmit in chore: add backEntrygetStateUsing()method #17147Hiddenfrom taking up space in Grid by @ralphjsmit in fix: preventHiddenfrom taking up space in Grid #17146->helperText()method returningnullby @ralphjsmit in fix:->helperText()method returningnull#17164hintActions()by @ralphjsmit in fix: closure evaluation ofhintActions()#17163Repeaterfields by @ralphjsmit in fix: default state for simpleRepeaterfields #17158postToUrl()on all action types by @danharrin in fix:postToUrl()on all action types #17182New Contributors
Full Changelog: v4.0.0-beta20...v4.0.0-beta21
This discussion was created from the release v4.0.0-beta21.
Beta Was this translation helpful? Give feedback.
All reactions