Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't able to Create two or three data picker #1

Open
Karthikpoongo opened this issue Feb 21, 2018 · 1 comment
Open

Can't able to Create two or three data picker #1

Karthikpoongo opened this issue Feb 21, 2018 · 1 comment

Comments

@Karthikpoongo
Copy link

Tried to create two or more data picker in same page its not working properly.

$(document).ready(function () { $("#day-picker").picker({ data: ['jQuery', 'Script', 'Net', 'AngularJS', 'ReactJS', 'VueJS', 'React Native'], lineHeight: 30, selected: 0 }, function (s) { $(".output").html(s); $("#day-picker").data("value", s); }); $("#day-picker2").picker({ data: ['aaa', 'cbc', 'bbb', 'ccc', 'abc', 'cba', 'xxx'], lineHeight: 30, selected: 0 }, function (s) { $(".output").html(s); $("#day-picker2").data("value", s); }); });

@torchizm
Copy link

Hello @Karthikpoongo its a bit late but i fixed this issue you can try this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants