Fixed
- Empty dropdown setting value regression fix [85](https://github.com/plotly/dash-table/pull/85) [#83](https://github.com/plotly/dash-table/issues/83)
RC13 - Modify click & sequential click behavior
Changed
- Partial implementation of new click & sequential click behavior [79](https://github.com/plotly/dash-table/pull/79) [#77](https://github.com/plotly/dash-table/issues/77)
- First click selects the cell's content and will cause user input to override the cell content.
- Second click into the cell will remove the selection and position the cursor accordingly.