@undp/carbon-library 1.0.293-CARBON-367.0 → 1.0.293-CARBON-425.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -6850,7 +6850,9 @@ var AddNewCompanyComponent = function (props) {
6850
6850
  }); },
6851
6851
  },
6852
6852
  ] },
6853
- React.createElement(antd.InputNumber, { style: { width: "100%" }, size: "large", min: 1, max: 99, formatter: function (value) { return "".concat(Math.round(value), "%"); }, parser: function (value) { return value.replace("%", ""); } })))))))),
6853
+ React.createElement(antd.InputNumber, { style: { width: "100%" }, size: "large", min: 0, max: 99, formatter: function (value) {
6854
+ return "".concat(value ? Math.round(value) : "", "%");
6855
+ }, parser: function (value) { return value.replace("%", ""); } })))))))),
6854
6856
  React.createElement("div", { className: "steps-actions" }, isUpdate ? (React.createElement(antd.Row, null,
6855
6857
  React.createElement(antd.Button, { loading: loading, onClick: onCancel }, t("addCompany:cancel")),
6856
6858
  React.createElement(antd.Button, { loading: loading, className: "mg-left-1", type: "primary", htmlType: "submit" }, t("addCompany:submit")))) : (current === 0 && (React.createElement(antd.Button, { type: "primary", htmlType: "submit" }, t("addCompany:next")))))))));