Wrong widget order in sib-form when using a set
With a sib-form
like this:
<sib-form
data-src="https://test-paris.happy-dev.fr/projects/1/"
data-fields="creationDate, infos"
set-infos="name"
>
</sib-form>
You should have:
- creationDate input
- name input
And you have the opposite:
- name input
- creationDate input