Unable To Add Multiple Lines on Inline Object Creator

1
I am trying to use the Inline Object Creator however every time I try to add a new line and click add it tells me that the string is invalid. When I do one line its fine, but any more lines it fails to add. There is no validation on the entity layer and the attribute is set to an unlimited string.
asked
2 answers
2

If you use this regex in the regex options box: ^[\s\S]+$

your problem will be solved!

answered
0

Do you have validation rules on entity level?

answered