Is it possible to submit date from Jquery Ui Datepicker on blur?
Is it possible to submit date from Jquery Ui Datepicker on blur?
iteraction
Posts: 7Questions: 5Answers: 0
in Editor
Hi,
I have a table with inline editing enabled. One of the fields is of "date" type and uses the Datepicker plugin. The problem is that i have to press the "enter" key twice to submit the data.
Does anyone have a solution for this ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
Have you tried using the
submitOnBlur
option for theinline()
method. It is part of theformOptions
object.Allan