@firestitch/form 13.3.1 → 13.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -724,7 +724,7 @@ class FsFormDirective {
724
724
  if (el) {
725
725
  if (!el.getAttribute('autocomplete')) {
726
726
  el.setAttribute('autocomplete', 'none');
727
- el.setAttribute('name', `${name}_${guid()}`);
727
+ el.setAttribute('name', `${name}-${guid()}`);
728
728
  }
729
729
  }
730
730
  return this._registerControl(name, control);