Custom Fields: Handle Deletion of custom fields, closes #199 #206

Merged
moritz merged 3 commits from feature/custom-field-deletion into main 2025-11-20 15:10:24 +01:00
Showing only changes of commit a32789b90c - Show all commits

View file

@ -108,6 +108,7 @@ defmodule MvWeb.CustomFieldLive.Index do
value={@slug_confirmation}
placeholder={gettext("Enter slug to confirm")}
autocomplete="off"
phx-mounted={JS.focus()}
class="input input-bordered w-full"
/>
</form>