From 02c01341f4dae30ec6b81fcb644952393d73c4a8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 5 Aug 2020 00:50:07 +0200 Subject: add ng-select for templatable select options - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation --- .../shared/shared-forms/select-options.component.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 client/src/app/shared/shared-forms/select-options.component.html (limited to 'client/src/app/shared/shared-forms/select-options.component.html') diff --git a/client/src/app/shared/shared-forms/select-options.component.html b/client/src/app/shared/shared-forms/select-options.component.html new file mode 100644 index 000000000..fda0c2c56 --- /dev/null +++ b/client/src/app/shared/shared-forms/select-options.component.html @@ -0,0 +1,18 @@ + + + {{ item.label }} + +
+ {{ item.description }} +
+
+
-- cgit v1.2.3