mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
remember me checkbox login form
This commit is contained in:
@@ -131,7 +131,10 @@ class InputFieldElement extends BaseComponentElement {
|
||||
/>`;
|
||||
};
|
||||
|
||||
return html`<div class="input-main" data-target="input-field.main">
|
||||
return html`<div
|
||||
class="input-main${this.type === 'checkbox' ? ' input-main--checkbox' : ''}"
|
||||
data-target="input-field.main"
|
||||
>
|
||||
${renderMessage(this.label)}${renderError(this.error)} ${renderInput(this.type)}
|
||||
</div>`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user