Skip to content

Commit 5f43ad8

Browse files
committed
Adding handling for novalidate attribute casing
1 parent d09b865 commit 5f43ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/svelte/src/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ const ATTRIBUTE_ALIASES = {
196196
readonly: 'readOnly',
197197
defaultvalue: 'defaultValue',
198198
defaultchecked: 'defaultChecked',
199-
srcobject: 'srcObject'
199+
srcobject: 'srcObject',
200+
novalidate: 'noValidate'
200201
};
201202

202203
/**

0 commit comments

Comments
 (0)