-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content of the summernote is not posted to the controller #31
Comments
@Jusliang did you try this? <%= f.input :question_content, as: 'summernote' %> |
@unsouled yes, I tried, same issue |
@Jusliang show your html source, not simple form source |
@Jusliang |
is there any progress? I will close this if not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you test if the controller can get the user input of the summernote?
On my end, my application controller cannot get the value of the summernote.
Here is my view.html.erb
but the value of :question_content is not be post back.
ActionController::Parameters (3 elements)
'course_id' = "12"
'question_title' = "sdfsdfs"
'question_content' = ""
The version of summernote i am using is v0.6.10.0.
The text was updated successfully, but these errors were encountered: