I\'ve been using jQuery UI with Bootstrap and I seem to run into a problem that I haven\'t had before. I\'m not sure what has changed; I\'ve tried setting back different ver
I've found the solution. After a long time of debugging I figured out that there was a I removed/renamed the ID, lying higher than the input field. Therefore the script took the first instance that contained the ID and picked the DIV instead of the input field.
DIV and it worked fine again.