web/elements: move table search to table

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-10 20:13:11 +02:00
parent ca2a4ffb59
commit c133f16371
4 changed files with 21 additions and 14 deletions

View File

@ -52,6 +52,7 @@ export class HorizontalFormElement extends LitElement {
case "textarea":
case "select":
case "ak-codemirror":
case "ak-chip-group":
(input as HTMLInputElement).name = this.name;
break;
default: