CakePHP 3.6:提交空数字字段时遇到非数字值

时间:2018-10-30 10:00:55

标签: php forms cakephp

如果提交的控件为空,如何将数值设置为0?这是我的控制权:

@Component({
    selector: 'app-home-component',
    template: '<div></div>',
    styleUrls: [
        'path/handsontable.full.css',
        './home.component.css'
    ], 
})
export class HomeComponent{}

0 个答案:

没有答案