-
16 May 2012 11:51 PM #51
-
17 May 2012 6:11 AM #52
I believe someone asked you already, but do you have any plans to add this to github?
-
17 May 2012 11:18 AM #53
-
17 May 2012 12:31 PM #54
Has anybody tried implementing this using the MVC approach? It currently errors out on the store for me, but appears that the object is not being fully created. I'll keep investigating, just looking for some thoughts...
Jamie
-
17 May 2012 5:27 PM #55
-
17 May 2012 6:39 PM #56
I think a checkbox should be added to the item, just like the LovCombo.
This would be better to identify for a user.
-
18 May 2012 2:31 AM #57
Hi,
Might be worth running jslint or jshint on the files before pushing it out as it will help with the trailing comma issues in IE. In 0.9c there's one on line 90.
Matt
-
18 May 2012 6:12 AM #58
The performance of showing the list with enough items (100+) significantly decreased with .9c (from .9a).
Looks to be the changes in the onFocus. Specifically the:
Code:if(me._preventClear != true) { me.store.clearFilter(); me.picker.refresh(); }
-
20 May 2012 10:52 AM #59
-
20 May 2012 10:57 AM #60



Reply With Quote