Membership Fee 6 - UI Components & LiveViews closes #280 #304
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
required
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
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.