I am adding checkboxes with custom js and I'm getting the following error
uncaught exception: cannot call methods on checkboxradio prior to initialization; attempted to call method 'refresh'
I am not calling 'refresh' is this somewhere in your code?
I am adding checkboxes with custom js and I'm getting the following error
uncaught exception: cannot call methods on checkboxradio prior to initialization; attempted to call method 'refresh'
I am not calling 'refresh' is this somewhere in your code?
Hello! Where did you get this error? How to reproduce it?
Hello to you too ![]()
Sorry for being such a nuisance.
To reproduce
log in with user barb pass g00dl1fe (the 0's are zeros)
Access menu and select "shopping lists"
select "saved shopping lists"
Then select list1 from bottom of menu when it shows up.
Hello to you too ![]()
Sorry for being such a nuisance.
To reproduce
log in with user barb pass g00dl1fe (the 0's are zeros, sorry tricky password)
Access menu and select "shopping lists"
select "saved shopping lists"
Then select list1 from bottom of menu when it shows up.
Thank you! We'll test.
Where we can find this code?
it's probably done by jQuery.. when you add components you need to call refresh.
The code is in the success event for the getlist service.
Don't worry - I got rid of the error using
$("[name='list']").trigger('create');