Fixed a bug preventing the form components to display errors on input with array name (eg. name[0]).
Fixed a wrong default id generation for the for the form components on inputs with array name (text-name0 will now be correctly displayed text-name-0).
name[0]
).text-name0
will now be correctly displayedtext-name-0
).