Project

General

Profile

Actions

Bug #72366

closed

FormEngine not usable if multiselect is present

Added by Markus Klein over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-12-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:

Description

If a form contains a multi-select, the user is not able to type text in any textfield, since the validation jumps to the multi-select after each button press.

TCA:

'validfor' => array(
            ...
            'config' => array(
                'type' => 'select',
                'renderType' => 'selectSingleBox',
                'foreign_table' => 'tx_...',
                'minitems' => 0,
                'maxitems' => 999,
                'MM' => 'tx_..._mm',
                'size' => '3'
            )
        ),

Actions

Also available in: Atom PDF