Just wondering if there are any plans to provide a multi-select field in Sencha Touch 2 (perhaps a config property for the existing 'select' field), or do I need to roll my own?
I finally realized that your version 1.1 extension is too far removed from ST2 to re-work. However, I learned a lot about your techniques from reviewing your code, and that was of value to me (like using a CSV string in the text field, etc.). That being said, I created a new class that extends/overrides Select.js in a minimalistic way to provide a multi-select field. It has been tested in ST2 Beta 3, and it seems to be working well so far. The code can be found at this forum thread:
This multi-select field class uses a dataview list only, not a picker (for obvious reasons). I am sure there are some things that may be better optimized in the code, but this is at least functional and tested. Hope this proves useful to whomever may need it until ST2 comes with its own Multi-select field. Let me know what you think.
Last edited by shaneavery; 19 Feb 2012 at 6:06 PM.
Reason: Linked to extension forum post.