Editor autocomplete plugin does not accept mouse selection with inline mode
Editor autocomplete plugin does not accept mouse selection with inline mode
Novidis
Posts: 11Questions: 2Answers: 0
in Bug reports
Editor autocomplete plugin in inline mode does not accept selection with mouse,
selection with keyboard works fine.
In popup mode everything works fine.
Please refer to the following sample page: http://http://212.237.44.11:52531/test_plugin
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I moved your code to this test case:
http://live.datatables.net/jilocuda/1/edit
Changed your inline edit config to this:
It seems to work with
onBlur: 'submit'
.Kevin
Now it's ok for me
thanks