How can it keep chanaged value after blur without submission and ajax.
How can it keep chanaged value after blur without submission and ajax.
jschoi
Posts: 13Questions: 5Answers: 0
I use Editor with inline edit function.
but It should be used enter and submission.
I blocked submission via preSubmit return false.
but changed and entered value is gone...How can I keep this one?
Answers
Can you link me to your page showing the issue. Editor itself won't clear out the value if you stop the submit using the
preSubmit
event to stop the submission.Allan