Removed unneeded HTML attributes from old alpine approach
This commit is contained in:
parent
2533788565
commit
6ca11de233
2 changed files with 2 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ defmodule PinchflatWeb.CoreComponents do
|
|||
attr :inputclass, :string, default: ""
|
||||
|
||||
attr :rest, :global, include: ~w(accept autocomplete capture cols disabled form list max maxlength min minlength
|
||||
multiple pattern placeholder readonly required rows size step x-model)
|
||||
multiple pattern placeholder readonly required rows size step)
|
||||
|
||||
slot :inner_block
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<.modal id="upgrade-modal" allow_close={false}>
|
||||
<section x-data="{ inputValue: '' }">
|
||||
<section>
|
||||
<h3 class="text-2xl text-white">Pro Mode</h3>
|
||||
<p class="text-sm">Don't worry - Pinchflat is completely free :)</p>
|
||||
<p class="mt-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue