API & Client: profile edition refactor
This commit is contained in:
@ -120,9 +120,7 @@ class ProfileEdit extends React.Component {
|
||||
<input
|
||||
name="birthDate"
|
||||
className="form-control input-lg"
|
||||
type="text"
|
||||
pattern="\d{1,2}/\d{1,2}/\d{4}"
|
||||
placeholder="dd/mm/yyyy"
|
||||
type="date"
|
||||
value={formProfile.birthDate}
|
||||
onChange={onHandleFormChange}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user