simsalabim/sisyphus

Not working when form element is on focus

joegrom5 opened this issue · 1 comments

I've run into an interesting bug... I'm using bootstrap 3 and jquery 2.1.4.

Sisyphus will not save input data until I take the focus off said input.

Any ideas?

Data in selects is saved when change is triggered. Something might be blocking this event, or in your application it is only triggered when you remove focus from the filed. This is just a guess. It's hard to tell and needs debugging.