Skip to content

Commit

Permalink
Change autoCorrect to spellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbelanger committed Nov 27, 2023
1 parent fb0e98d commit caa3f06
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.modern.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.modern.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/Input/Password.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default function Password({
return (
<div className={`formosa-password-wrapper ${wrapperClassName}`.trim()} {...wrapperAttributes}>
<Input
autoCorrect="off"
className={`formosa-field__input--password formosa-prefix ${className}`.trim()}
spellCheck="false"
{...otherProps}
type={tempType}
/>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3145,9 +3145,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001312, caniuse-lite@^1.0.30001400:
version "1.0.30001549"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz"
integrity sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==
version "1.0.30001565"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz"
integrity sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==

chalk@^1.0.0, chalk@^1.1.3:
version "1.1.3"
Expand Down

0 comments on commit caa3f06

Please sign in to comment.