From 32086745a89a3d0c2dc2fa7317a2b6d89f489404 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 9 Feb 2023 10:54:19 +0000 Subject: [PATCH] move selected tags above tags selector #296 --- lib/app_web/live/app_live.html.heex | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/lib/app_web/live/app_live.html.heex b/lib/app_web/live/app_live.html.heex index 44e52d22..bf77a791 100644 --- a/lib/app_web/live/app_live.html.heex +++ b/lib/app_web/live/app_live.html.heex @@ -32,6 +32,17 @@ resize" x-on:input="resize" ><%= @text_value %> + +
+ <%= for selected_tag <- @selected_tags do %> + + <%= selected_tag.text %> + + <% end %> +
- - -
- <%= for selected_tag <- @selected_tags do %> - - <%= selected_tag.text %> - - <% end %> -