Skip to content

Commit

Permalink
chore: remove default validation (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamThys authored Jul 12, 2022
1 parent e98734a commit 024176f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class WebIdComponent extends RxLitElement {

return html`
<slot name="before"></slot>
<form @submit="${this.onSubmit}" part="webid-form">
<form @submit="${this.onSubmit}" part="webid-form" novalidate>
<label part="webid-label" for="webid">${this.textLabel}</label>
<div class="webid-input-container" part="webid-input-container">
Expand Down

0 comments on commit 024176f

Please sign in to comment.