Update setBirthDate
This commit is contained in:
@@ -107,7 +107,7 @@ export default function CardSearchMember(handleSubmitSuccess) {
|
|||||||
label={localeData.txtCardSearchMember3}
|
label={localeData.txtCardSearchMember3}
|
||||||
value={birthDate}
|
value={birthDate}
|
||||||
onChange={(newValue) => {
|
onChange={(newValue) => {
|
||||||
setTanggalLahir( (newValue));
|
setBirthDate( (newValue));
|
||||||
}}
|
}}
|
||||||
inputFormat="dd-MM-yyyy"
|
inputFormat="dd-MM-yyyy"
|
||||||
renderInput={(params) => <TextField {...params} required/>}
|
renderInput={(params) => <TextField {...params} required/>}
|
||||||
|
|||||||
Reference in New Issue
Block a user