You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It's possibile to include the
fullWidth
method from theSupportsFullWidthFields
trait that theDefaultField
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 NovaField
, which uses theSupportsFullWidthFields
trait, but in the frontend it shows with different classes.The text was updated successfully, but these errors were encountered: