Hi @charlie
I have created a div component with a slot to use as sections in a longer form.
within the slot, I add basic (ie non component form inputs) and the standard input (components). neither of which prevent a form from submitting when there should be errors
in the screenshot example below, the fields (required) in the styled div do not show validation, while the email form outside of the div, shows the validation.
Is this something that can be fixed or are we limited when it comes to fields within components?
