Skip to content

Commit

Permalink
fix: texarea relatórios
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Apr 6, 2024
1 parent 878c610 commit 99c700c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/pescarte_web/design_system.ex
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,7 @@ defmodule PescarteWeb.DesignSystem do
<fieldset class={@class}>
<.text size="base"><%= render_slot(@label) %></.text>
<div class="textarea-grow-wrapper">
<textarea
id={@id}
name={@name}
placeholder={@placeholder}
disabled={@disabled}
onInput="this.parentNode.dataset.replicatedValue = this.value"
>
<%= @value %>
</textarea>
<textarea id={@id} name={@name} placeholder={@placeholder} disabled={@disabled} default=""><%= @value%></textarea>
</div>
</fieldset>
"""
Expand Down

0 comments on commit 99c700c

Please sign in to comment.