Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Cannot access protected property Marked As Required #6

Open
medfrk opened this issue Dec 31, 2023 · 0 comments
Open

[Bug]: Cannot access protected property Marked As Required #6

medfrk opened this issue Dec 31, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@medfrk
Copy link

medfrk commented Dec 31, 2023

What happened?

I have used this code
Cluster::make([
TextInput::make('unit_price') ->required()
//->label('Net Unit Price')
,
TextInput::make('unit_price_mad')
//->label('Net Unit Price')
])->hiddenLabel(),

and it give me this error:
Cannot access protected property Guava\Filament Clusters\Forms\Cluster::$is Marked As Required

How to reproduce the bug

Cluster::make([
TextInput::make('unit_price') ->required()
//->label('Net Unit Price')
,
TextInput::make('unit_price_mad')
//->label('Net Unit Price')
])->hiddenLabel(),

Package Version

2.0.0

PHP Version

8.2.2

Laravel Version

10

Which operating systems does with happen with?

macOS

Notes

No response

@medfrk medfrk added the bug Something isn't working label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant