Conversation
malonecj
commented
Apr 4, 2015
- Upgrade React
- Fix issues due to breaking changes
- Es6 class editors
- Editor Base class
- SimpleTextEditor extending EditorBase
- DropDownEditor extending EditorBase
- Autocomplete editor extending EditorBase
- Editor container tests
There was a problem hiding this comment.
@bakesteve, got bored in Ireland over Easter. Have simplified the editors. No longer have to worry about binding onKeyDown as this is taken care of in EditorContainer unless you want to override default behaviour
|
Any chance this can/will be merged/finished soon? |
|
I've been a bit stuck for time at the moment. But have not forgotten about this. It is practically finished. There are still some failing tests and the autocomplete edtior needs to be complete. Hope to get around to it soon |
|
Hi @malonecj, nice library ! Can you ship a pre/alpha/beta without autocomplete for the time being ? I tried installing with The dist folder isn't there. |
|
Hi yes This will be on its ways in the next couple of days. Thanks On 27 August 2015 at 20:09, Juan B. Rodriguez notifications@github.com
|
|
Exciting |
|
Hi all I've published a pre release version 0.13.0-alpha1 The autocomplete is working, but there are still two failing tests at the moment. I'll try to pick those up soon or feel free anyone to step in. |
fix missing require
…t-data-grid into cm-react013-upgrade
|
@bakesteve Build passing along with all tests now. |
Merge Upstream, add gridName class to container, fix Select All checkbox