kartik-v/yii2-number

Value not valid in gridview

Rafaeldsb opened this issue · 0 comments

In gridview, when I type a value and press [Enter], the value is not sent to the server correctly using decimal as a comma. If I press [Tab] it works normally.

[ 'attribute' => 'valor', 'format' => 'decimal', 'filterType' => '\kartik\\number\\NumberControl', ],