moved invalid comments
This commit is contained in:
parent
4b9e0627be
commit
71c24d1cec
1 changed files with 4 additions and 4 deletions
|
@ -81,9 +81,9 @@ function BandForm({ band }) {
|
|||
type="text"
|
||||
/>
|
||||
</div>
|
||||
{/* TODO: third party library address verification */}
|
||||
<input
|
||||
required
|
||||
{/* TODO: third party library address verification */}
|
||||
name="address"
|
||||
label="Address"
|
||||
placeholder="Address"
|
||||
|
@ -94,10 +94,10 @@ function BandForm({ band }) {
|
|||
<fieldset className="payment">
|
||||
<legend>Payment Details</legend>
|
||||
|
||||
{/* TODO: regex pattern */}
|
||||
<IMaskInput
|
||||
required
|
||||
mask="0000 0000 0000 0000"
|
||||
{/* TODO: regex pattern */}
|
||||
name="cardNumber"
|
||||
label="Card Number"
|
||||
placeholder="0000 0000 0000 0000"
|
||||
|
@ -105,9 +105,9 @@ function BandForm({ band }) {
|
|||
></IMaskInput>
|
||||
|
||||
<div className="form-row">
|
||||
{/* TODO: regex pattern */}
|
||||
<IMaskInput
|
||||
required
|
||||
{/* TODO: regex pattern */}
|
||||
mask="00 / 00"
|
||||
pattern="\d*"
|
||||
name="cardExpiration"
|
||||
|
@ -116,9 +116,9 @@ function BandForm({ band }) {
|
|||
type="text"
|
||||
></IMaskInput>
|
||||
|
||||
{/* TODO: regex pattern */}
|
||||
<IMaskInput
|
||||
required
|
||||
{/* TODO: regex pattern */}
|
||||
mask={Number}
|
||||
name="cardCVV"
|
||||
label="Card CVV"
|
||||
|
|
Loading…
Add table
Reference in a new issue