nehakadam / AnyPicker

jQuery Picker Library for Android, iOS & Windows Phone. eg Date Picker, Time Picker, DateTime Picker, Custom Select etc
https://nehakadam.github.io/AnyPicker/
MIT License
116 stars 37 forks source link

Show AnyPicker when click from button #50

Open sekny opened 2 years ago

sekny commented 2 years ago

Is there any solution to show AnyPicker when clicking other elements? For example like UI have a button when click show popup select date and date value still store in input element.

sekny commented 2 years ago

Temporary fixed by onclick="$(input target).forcus();"