Support for field fullWidth method
G4Zz0L1 opened this issue · 0 comments
G4Zz0L1 commented
It's possibile to include the fullWidth
method from the SupportsFullWidthFields
trait that the DefaultField
component is using?
I'm trying to use this multiselect field in a form, but it's the only field which doesn't respect the full width (with different classes), even if it's used as a method on the make
as the rest of the fields.
Theoretically it should already work (at least in the php side) because your Multiselect
field extends the Nova Field
, which uses the SupportsFullWidthFields
trait, but in the frontend it shows with different classes.