gaoyunpeng
Results
1
comments of
gaoyunpeng
i think you can handle it by `onbeforesave` event. ``` javascript if(empty == data){ data = null; } ```