@refinitiv-ui/efx-grid 6.0.145 → 6.0.147

Sign up to get free protection for your applications and to get access to all the features.
@@ -25417,6 +25417,7 @@ let _createHiddenInput = function () {
25417
25417
  styleObj.width = styleObj.height = styleObj.padding = styleObj.border = "0";
25418
25418
  hiddenInput.value = "0";
25419
25419
  hiddenInput.role = "grid";
25420
+ hiddenInput.readOnly = true;
25420
25421
  return hiddenInput;
25421
25422
  };
25422
25423
  /** @private
@@ -25963,7 +25964,7 @@ Core_Core.prototype._hasPendingRowChange = false;
25963
25964
  * @return {string}
25964
25965
  */
25965
25966
  Core_Core.getVersion = function () {
25966
- return "5.1.136";
25967
+ return "5.1.137";
25967
25968
  };
25968
25969
  /** {@link ElementWrapper#dispose}
25969
25970
  * @override