From 6ca11de233a8cac6f45a3c97cbf9182db24a4717 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Sun, 10 Mar 2024 14:30:25 -0700 Subject: [PATCH] Removed unneeded HTML attributes from old alpine approach --- lib/pinchflat_web/components/core_components.ex | 2 +- .../components/layouts/partials/upgrade_modal.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pinchflat_web/components/core_components.ex b/lib/pinchflat_web/components/core_components.ex index 0f05157..3b81cdb 100644 --- a/lib/pinchflat_web/components/core_components.ex +++ b/lib/pinchflat_web/components/core_components.ex @@ -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 diff --git a/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex b/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex index cd57766..e517855 100644 --- a/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex +++ b/lib/pinchflat_web/components/layouts/partials/upgrade_modal.heex @@ -1,5 +1,5 @@ <.modal id="upgrade-modal" allow_close={false}> -
+

Pro Mode

Don't worry - Pinchflat is completely free :)