When adding multiple Spacer field types to a page form, they are all being displayed first and not in the order specified in the page's front-matter.
For example, these are the field types specified in the front-matter:
Spacer
Text
Text
Spacer
Text
Text
I would expect that same order when the form is rendered on the page, however, those two Spacer fields are being displayed at the top, before all the text fields.
Thoughts?