Skip to content

Commit

Permalink
Add tests for quick_tags and fix failing tags tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ringvold committed Dec 12, 2024
1 parent 3db95ff commit 4ad12d5
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_select/component.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
)
)
}
data-idx={idx}
data-idx={if @mode == :quick_tags or not already_selected?(option, @selection), do: idx}
>
<%= if @option == [] do %>
<%= option.label %>
Expand Down
Loading

0 comments on commit 4ad12d5

Please sign in to comment.