@ukhomeoffice/cop-react-form-renderer 6.15.12-accessibility → 6.15.12-accessibility-alpha

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.
@@ -136,7 +136,6 @@ const InternalFormRenderer = _ref2 => {
136
136
  if (header && document.activeElement !== header) {
137
137
  header.setAttribute('tabIndex', '-1');
138
138
  header.focus();
139
- header.removeAttribute('tabIndex');
140
139
  }
141
140
  }
142
141
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukhomeoffice/cop-react-form-renderer",
3
- "version": "6.15.12-accessibility",
3
+ "version": "6.15.12-accessibility-alpha",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",