Code Monkey home page Code Monkey logo

filament-clusters's Issues

[Bug]: Cannot access protected property Marked As Required

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

[Bug]: Checkbox not rendering

What happened?

The checkbox is not being rendered when inside a cluster.

image

How to reproduce the bug

Cluster::make()
  ->label(__('Icon color'))
  ->schema([
      Forms\Components\ColorPicker::make('icon_color'),
      Forms\Components\Checkbox::make('icon_no_color'),
  ])->columns(2),

Package Version

LTS

PHP Version

8.2.x

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: Cluster::getExtraFieldWrapperAttributes does not exist.

What happened?

With the Introduction of extra Field Wrappers for Form Components (filamentphp/filament#12782) in Filament v3.2.80 the Cluster Component cannot be used anymore:

Method Guava\FilamentClusters\Forms\Cluster::getExtraFieldWrapperAttributes does not exist.

How to reproduce the bug

Cluster::make([
Select::make('xxx'),
])

Package Version

2.0.0

PHP Version

8.2.0

Laravel Version

11

Which operating systems does with happen with?

No response

Notes

No response

[Bug]: Fix documentation

What happened?

Screenshots on Filament website not showing

How to reproduce the bug

Check Filament website

Package Version

1

PHP Version

n/a

Laravel Version

n/a

Which operating systems does with happen with?

No response

Notes

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.