There's everything ok when we add new record.
But when we go into existing record - there are missing asterisk in required fields.
Also when we edit record there are no asterisk.
When we try to save record without filling required fields it block us showing "field required" so this is ok. Only asterisk missing.
PS: We cannot make address field required? Tried in custom also, adding:
"address": {
"type": "address",
"required": true,
"isCustom": true
}
Is it possible to make required only street and city?
But when we go into existing record - there are missing asterisk in required fields.
Also when we edit record there are no asterisk.
When we try to save record without filling required fields it block us showing "field required" so this is ok. Only asterisk missing.
PS: We cannot make address field required? Tried in custom also, adding:
"address": {
"type": "address",
"required": true,
"isCustom": true
}
Is it possible to make required only street and city?
Comment