It's possible to create form components without label
Describe the bug
Related to solution of this bug: Altinn/altinn-studio#1746
You can create form components and delete the label (ledetekst). This will create visual bugs where there are no padding between components. This will also introduce WCAG issues as we do not have any alternatives for adding label outside "ledetekst".
To Reproduce
Steps to reproduce the behavior:
- Go to 'lage' in Altinn Studio
- Drag a 'kort svar' into your form
- Delete 'ledetekst'
- Run test
Expected behavior
If we allow users to create form field without labels, distance between components should be consistent with the design. Should we warn the user that they are breaking WCAG if they create form components without labels?
Screenshots

Only solve by documentation in MVP
To be solved/documented by Altinn/altinn-studio#3125
Documented - but should be solved. Moved to later iteration.