Skip to content

Selectable doesn't work on newly added rows.  #205

@pod2metra

Description

@pod2metra

I'm using grappelli and nested inlines, newly added inline row don't do anything while typing, but if this inline has already been saved, then on reload this page all completions will work correctly.

    $(document).on('formset:added', function(event, $row, formsetName){
      window.bindSelectables($row);
    });

I try to handle add new line via this snippet, but window.bindSelectables does nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions