Sticky Save/Cancel Buttons on Forms #38
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Make Save/Cancel buttons always visible when editing forms with many fields.
Upstream Issue
Problem
Long forms (filaments with many fields) require scrolling to bottom to save. Annoying UX.
Proposed Solutions
Option A: Sticky Footer
Option B: Floating Action Button
Option C: Keyboard Shortcuts
Recommendation
Option A (sticky footer) + Option C (keyboard shortcuts)
Simple CSS fix + good accessibility.