Commit 3fcc8873 authored by Ad Schellevis's avatar Ad Schellevis

(CSVListField) remove default validation regexp

parent ffa2de36
......@@ -57,7 +57,7 @@ class CSVListField extends BaseField
/**
* @var string basic regex validation to use for the complete field
*/
protected $internalMask = '/^([\t\n\v\f\r 0-9a-zA-Z.,_\x{00A0}-\x{FFFF}])*/u';
protected $internalMask = null ;
/**
* set validation mask
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment