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
{{ message }}
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
Sorry the title is almost meaningless, I couldn't figure out a best way to describe it.
Issue: I have more than one default for custom form plug-in:
The code should clear it up, I'll post the whole webpack.mix.js at the end for reference, but for example this segment:
Defines a default, in my case optional variation that seems to work perfectly.
creating form-input, form-select,form-checkbox etc....
It also creates the group: 'form-input-required, form-select-required` and so on
I've noticed that default form classes all work perfectly, however, the required form classes actually work, but not for "form-select" which is defined but missing issues.
Sorry the title is almost meaningless, I couldn't figure out a best way to describe it.
Issue: I have more than one default for custom form plug-in:
The code should clear it up, I'll post the whole webpack.mix.js at the end for reference, but for example this segment:
Defines a default, in my case optional variation that seems to work perfectly.
creating
form-input, form-select,form-checkbox
etc....It also creates the group: 'form-input-required, form-select-required` and so on
I've noticed that default form classes all work perfectly, however, the required form classes actually work, but not for "form-select" which is defined but missing issues.
Images:
Rendered CSS:
I think it's not recognizing it as a select and just a styled component.
Here is the whole file:
The text was updated successfully, but these errors were encountered: