Form doesn't clear after entries are made on 7.x-1.0
im having the same issue
same issue here, do you found any solution please? thanx and regards
I think This can be solved by replace "return $output;" in microblog_js() function by
<?php ................................ ................................ $form['title']['#value']=''; $commands=array(); $commands[] = ajax_command_replace('#microblog-node-form', drupal_render($form)); $commands[] = ajax_command_before('#microblog-list', drupal_get_title()); return array('#type' => 'ajax', '#commands' => $commands); .............................. ............................. ?>
or some code like this hope That help regards
Just commited a change to 7.x-2.x dev branch for this
Fixed in 7.x-1.2
Comments
Comment #1
jeckman commentedComment #2
mheinke commentedim having the same issue
Comment #3
math_1048 commentedsame issue here, do you found any solution please?
thanx and regards
Comment #4
math_1048 commentedI think This can be solved by replace
"return $output;" in microblog_js() function by
or some code like this
hope That help
regards
Comment #5
jeckman commentedJust commited a change to 7.x-2.x dev branch for this
Comment #6
jeckman commentedFixed in 7.x-1.2
Comment #7
jeckman commentedFixed in 7.x-1.2