We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22ca2 commit 4aac2f1Copy full SHA for 4aac2f1
lib/algora_web/components/core_components.ex
@@ -803,6 +803,7 @@ defmodule AlgoraWeb.CoreComponents do
803
~H"""
804
<div>
805
<.label for={@id}>{@label}</.label>
806
+ <p :if={@helptext} class="mb-2 text-sm text-muted-foreground">{@helptext}</p>
807
<select
808
id={@id}
809
name={@name}
@@ -822,6 +823,7 @@ defmodule AlgoraWeb.CoreComponents do
822
823
824
825
826
827
<textarea
828
id={@id || @name}
829
0 commit comments