We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d1f86 commit 784ae8eCopy full SHA for 784ae8e
packages/uui-base/lib/mixins/FormControlMixin.ts
@@ -263,7 +263,7 @@ export const FormControlMixin = <T extends Constructor<LitElement>>(
263
this._form = this._internals.form;
264
if (this._form) {
265
// This relies on the form begin a 'uui-form':
266
- if (this._form.hasAttribute('invalid-submit')) {
+ if (this._form.hasAttribute('submit-invalid')) {
267
this.pristine = false;
268
}
269
this._form.addEventListener('submit', this._onFormSubmit);
0 commit comments