mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
(CSVListField) remove default validation regexp
This commit is contained in:
parent
ffa2de3628
commit
3fcc887385
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user