-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
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.