多选不在移动弹出式导轨上工作

时间:2018-06-15 07:33:44

标签: ruby-on-rails-3 twitter-bootstrap-2

Creating class with attributes 0xb71e67d4
Created instance attributes 0xb71373ec

CLASS GET_VALUE __init__ from 0xb71e67d4
Calling init of 0xb7137414 on 0xb71373c4 with ('Jim',)
INIT 0xb71373c4 ('Jim',)
Created instance attributes 0xb7137374

CLASS GET_VALUE __init__ from 0xb71e67d4
Calling init of 0xb7137414 on 0xb713734c with ('Fred',)
INIT 0xb713734c ('Fred',)
CLASS 0xb7137414

INSTANCE 0xb71373c4
INSTANCE GET_VALUE data from 0xb71373ec
('Jim',)
INSTANCE GET_VALUE test from 0xb71373ec
Hello

INSTANCE 0xb713734c
INSTANCE GET_VALUE data from 0xb7137374
('Fred',)
INSTANCE GET_VALUE test from 0xb7137374
Default Test

我正在使用rails 3中的多选功能。上面的代码在笔记本电脑上工作正常,但在移动设备上运行时,填充的选项会在触摸时关闭。对此有什么解决方案吗?或者使用它的任何替代方式。

0 个答案:

没有答案