I am developing an app using Sencha Touch 1.1.1. I would like to create an item on a form similar to the iPhone ringtone field (see image). Currently I’m using a textfield and when it gets focus I’m changing the card to a list. The only problem with this is the on-screen keyboard is displayed.

How can I create a form field like the Ringtone field in the iOS sound configuration?
I have a solution for now. I created a new class – ListField – based on the code for the Selectfield. I would like to change the icon at the right to an arrow pointing right (like in the image above) – I’m still working on that.
Example Usage: