pcdoggy / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

Undefined Value #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.I'm creating a custom data using select. The problem is it cannot
retrieved the value from select and the value for input is always
undefined. Any idea, what i'm missing on the codes I made..
http://jsfiddle.net/TheSleepingEight/QC6Sf/2/

Original issue reported on code.google.com by artdgz...@gmail.com on 7 May 2012 at 7:48

GoogleCodeExporter commented 8 years ago
You need 2.0rc2 for the select preset to work inline.
Also you have to call the scroller on the html select element.
Here is the working version:

http://jsfiddle.net/QC6Sf/4/

Original comment by diosla...@gmail.com on 7 May 2012 at 8:30

GoogleCodeExporter commented 8 years ago
Wow, that's great. Thanks so much for the reply and the advice. So there's no 
need to put the input field because MobiScroll will automatically display the 
field. Thanks again.

Original comment by artdgz...@gmail.com on 7 May 2012 at 8:37