Actions
Bug #70238
closedSuggest wizard for select element does not work when maxitems = 1
Start date:
2015-09-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
When selecting an item in the suggest wizard, a js error is raised and the select element is not updated.
TypeError: value.match is not a function
http://domain/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js?bust=de70397b3c3a90e860eb30d60f7ccd911f492f44
Line 165
When the same select element is configured with maxitems greater than 1, then the wizard behaves correctly and the select element is correctly updated.
Actions