We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cdfc4 commit 8adfda3Copy full SHA for 8adfda3
src/components/inline-edit/inline-edit.component.ts
@@ -62,7 +62,6 @@ export default class ZnInlineEdit extends ZincElement implements ZincFormControl
62
@defaultValue('value') defaultValue: string;
63
64
get validity(): ValidityState {
65
- console.log('input', this.input);
66
return this.input.validity;
67
}
68
0 commit comments