Hi,
Did you add granite:data ==> "cq-msm-lockable" property to your custom properties? If not adding that might solve your issue. Below is the sample for reference.
Ex:
<someText
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Some Text"
name="./someText"
<granite:data
jcr:primaryType="nt:unstructured"
cq-msm-lockable="./someText"/>
/>