Membership Fee 6 - UI Components & LiveViews closes #280 #304

Open
moritz wants to merge 65 commits from feature/280_membership_fee_ui into main
Showing only changes of commit 8899e1986a - Show all commits

View file

@ -46,6 +46,7 @@ defmodule MvWeb.MembershipFeeTypeLive.Form do
label={gettext("Amount")}
step="0.01"
min="0"
pattern="[0-9]+(\.[0-9]{1,2})?"
moritz marked this conversation as resolved

Interval is neccessary to create a fee type, but it is not marked as required. So when I leave it out there is no error message but my fee type is not created.

Interval is neccessary to create a fee type, but it is not marked as required. So when I leave it out there is no error message but my fee type is not created.
required
/>