ywana-core8 0.1.23 → 0.1.24

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.
package/dist/index.umd.js CHANGED
@@ -1755,7 +1755,8 @@
1755
1755
  value: user,
1756
1756
  onChange: changeUser,
1757
1757
  onEnter: ok,
1758
- outlined: true
1758
+ outlined: true,
1759
+ autoComplete: "on"
1759
1760
  }), /*#__PURE__*/React__default["default"].createElement(TextField, {
1760
1761
  id: "loginbox-password",
1761
1762
  label: tx(passwordLabel),
@@ -1763,7 +1764,8 @@
1763
1764
  onChange: changePassword,
1764
1765
  onEnter: ok,
1765
1766
  type: "password",
1766
- outlined: true
1767
+ outlined: true,
1768
+ autoComplete: "on"
1767
1769
  })), /*#__PURE__*/React__default["default"].createElement("footer", null, loading ? /*#__PURE__*/React__default["default"].createElement("div", {
1768
1770
  className: "load-box"
1769
1771
  }, /*#__PURE__*/React__default["default"].createElement(Icon, {