authscape 1.0.576 → 1.0.578

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/index.js CHANGED
@@ -515,6 +515,7 @@ function AutoSaveTextField(_ref) {
515
515
  return /*#__PURE__*/_react["default"].createElement(_TextField["default"], {
516
516
  label: label,
517
517
  fullWidth: fullWidth,
518
+ autoComplete: "off",
518
519
  variant: variant,
519
520
  multiline: isMultiLine,
520
521
  rows: rows,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.576",
3
+ "version": "1.0.578",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -47,6 +47,7 @@ export function AutoSaveTextField ({label = "", value = null, variant = "outline
47
47
  <TextField
48
48
  label={label}
49
49
  fullWidth={fullWidth}
50
+ autoComplete='off'
50
51
  variant={variant}
51
52
  multiline={isMultiLine}
52
53
  rows={rows}