Project

General

Profile

Actions

Task #69355

closed

EXT:form - Allow case insensitive for inarray validator

Added by Björn Jacob over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-08-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Right now when using the "inarray" validator the validation is case sensitive. There should be a new configuration which allows to switch off case sensitivity. See example.

temp.vInarray = inarray
temp.vInarray {
    # @ToDo: Would it make sense to have a configuration to switch off case sensitivity?
    array {
        1 = TYPO3
        2 = Wordpress
        3 = Joomla
        4 = Drupal
    }
}
Actions

Also available in: Atom PDF