You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
The text was updated successfully, but these errors were encountered:
om-nishu-trantor
changed the title
Bootsy qysiwyg editor not supported for nested forms
Bootsy wysiwyg editor not supported for nested forms
Jul 18, 2016
Finally, I find a way to fix you issue. Inspired by the Ryanb example with datepicker: $(document).on('nested:fieldAdded', function(event){ var field = event.field; var wysihtml5Field = field.find('.wysihtml5'); wysihtml5Field.wysihtml5(); });
It work for me ;)
Hi,
I am facing issue mentioned here: http://stackoverflow.com/questions/38434751/bootsy-editor-not-working-for-nested-attribtues-added-through-nested-form-gem
one liner - bootsy wysiwyg editor area is not populating in nested fields.
Help is appreciable.
The text was updated successfully, but these errors were encountered: