We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c398b45 commit 6f70acbCopy full SHA for 6f70acb
docs/src/components/UtilityInjection.astro
@@ -3,6 +3,12 @@ const { set } = Astro.props;
3
4
const utilities = {
5
formFields: [
6
+ {
7
+ name: 'Field',
8
+ type: 'Filament\\Forms\\Components\\Field',
9
+ parameter: '$component',
10
+ description: 'The current field component instance.',
11
+ },
12
{
13
name: 'Get function',
14
type: 'Filament\\Schemas\\Components\\Utilities\\Get',
0 commit comments