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 4757c31 commit 6059f56Copy full SHA for 6059f56
lib/algora_web/components/core_components.ex
@@ -811,7 +811,7 @@ defmodule AlgoraWeb.CoreComponents do
811
multiple={@multiple}
812
{@rest}
813
>
814
- <option :if={@prompt} value="">{@prompt}</option>
+ <option :if={@prompt} value="" class="hidden">{@prompt}</option>
815
{Phoenix.HTML.Form.options_for_select(@options, @value)}
816
</select>
817
<.error :for={msg <- @errors}>{msg}</.error>
0 commit comments