Skip to content

Is remove worked right?  #10

@macik

Description

@macik

init Phoenix with complex selector:

$('#form1,#form2').find('input,textarea,select').phoenix({
        namespace: 'mySpace',
        maxItems: 250,
        saveInterval: 5000
     });

but when I try to remove storage data it's not worked —

$('#form1,#form2').find('input,textarea,select').phoenix('remove'); // this not worked

because Phoenix tries to remove from default nameSpace phoenixStorage.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions