mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Clearing cell sets the value to 0 incase of editor: Slick.Editors.Float instead of clearing it #1169

Closed BilalHalayqa closed 6 years ago

BilalHalayqa commented 6 years ago

Using : editor: Slick.Editors.Float

For a column, when clearing the cell, the value 0 is being used and cannot clear the cell.