fix(email): maxLength 64

This commit is contained in:
2026-06-05 15:56:01 +07:00
parent 00c2a583f4
commit cabf0e4ce1

View File

@@ -291,7 +291,7 @@ const DetailContact = memo(function DetailContact(props) {
onChange={handleInputChange}
placeholder="Enter Email Number"
readOnly={props.readOnly}
maxLength={15}
maxLength={64}
style={{ color: formData.is_active ? '#000000' : '#ff4d4f' }}
/>
</div>