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 762afec commit ada0409Copy full SHA for ada0409
packages/uui-base/lib/mixins/FormControlMixin.ts
@@ -222,6 +222,7 @@ export const FormControlMixin = <T extends Constructor<LitElement>>(
222
this._removeFormListeners();
223
this._form = this._internals.form;
224
if (this._form) {
225
+ // TODO: How can we ensure that we can know about this state without a Form Component?
226
if (this._form.hasAttribute('invalid-submit')) {
227
this.pristine = false;
228
}
0 commit comments