web/elements: add support for datetime-local

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-25 21:14:25 +02:00
parent d79975c409
commit 8022d0801d
2 changed files with 3 additions and 1 deletions

View File

@ -223,7 +223,7 @@ export class PlexSourceForm extends ModelForm<PlexSource, string> {
>
<input
type="text"
value="${first(this.instance?.clientId)}"
value="${first(this.instance?.clientId, "")}"
class="pf-c-form-control"
required
/>