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