このコミットが含まれているのは:
dragon1211 2021-12-20 19:49:44 -08:00
コミット 5d149f53e2
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -150,7 +150,7 @@ const ChildSignUp = (props) => {
<div className="edit-set">
<label htmlFor="email" className="control-label"> メールアドレス </label>
<input type="email" name="email" id="email" placeholder='半角英数字8文字以上' className = {`input-default input-nameSei input-h60 input-w480 ${ _422errors.email && "is-invalid c-input__target" }`} value={email} onChange={e=>setEmail(e.target.value)}/>
<input type="email" name="email" id="email" className = {`input-default input-nameSei input-h60 input-w480 ${ _422errors.email && "is-invalid c-input__target" }`} value={email} onChange={e=>setEmail(e.target.value)}/>
{
_422errors.email &&
<span className="l-alert__text--error ft-16 ft-md-14">