Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

Validate::minMaxNum let's me enter value below defined 'min'

$
0
0

How can I only allow 0.0000 as the 'numeric' format ?

        Field::inst( '1m' )
            ->validator( 'Validate::numeric', array(
                "format"  => ,
                "message" => "This input must be given as a number as 0.0000"
            ) )

Viewing all articles
Browse latest Browse all 3740