Hello all,
I have set up an entity list with an entity form for editing CDS records. In the entity form metadata I have set up a regular expression for preventing numbers in street names. However, when I submit the form, the validation does not seem to work since it accepts "123" as street name. Have I missed a setting? My regex is ^[a-zA-Z]+$ , Field is require.
Thank you!
