Closed fritzmg closed 8 months ago
I was not able to reproduce that. Your stack trace shows the data as
array('number' => array('20'), 'text' => 'Test')
but It should have been something like
array('number' => 'a:1:{i:0;s:2:"20";}', 'text' => 'Test')
instead.
@fritzmg Should we keep this open?
If you have a custom element like this:
and you create a content element with it, the following error will occur when clicking ℹ️
I think it's the
text
input field with'multiple' => 3
that causes this, though haven't looked into it in more detail yet.