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: