Open kobelobster opened 6 years ago
I manually tied the event. Note the use of
Hi @xserber. Yes, that's what I also did, manually bound the events to the same functions. It's not beautiful but gets the job done.
Hi, I don't get how you worked around the issue. Could you please show me how to do it?
Thanks
@jeffceriello What I did was simply listening to the change event of the select box.
Hello,
my config looks like this
When I now open my page on mobile, open a select box and select an entry I would hope that the
selectric-change
event is fired, but in fact it is not.If I use
nativeOnMobile: false
it is fired, however, I would like for the user to have the default select box behavior on mobile. Do I need to manually bind anchange
event on the select boxes as well for mobile to work? Is this the expected behavior?