lucca-front
lucca-front copied to clipboard
[Form Field] mod-undefined is added whenever a size isn't provided
When using the <lu-form-field>
, if a size isn't provided with its @Input
, the [mod-${this.size}
] class is actually a mod-undefined.
A way to avoid this might be to set a defaultValue to the size input, such as 'M', or make it required.