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
It seems to me, that the line pager.notify({ eventName: Pager.selectedIndexChangedEvent, object: pager, oldIndex: oldValue, newIndex: newValue });
after 60 line in file node_modules\nativescript-pager\src\common.js
is lost.
Because without it the event selectedIndexChanged isn't triggered. Can you please fix it in your plugin?
The text was updated successfully, but these errors were encountered:
It seems to me, that the line
pager.notify({ eventName: Pager.selectedIndexChangedEvent, object: pager, oldIndex: oldValue, newIndex: newValue });
after 60 line in file
node_modules\nativescript-pager\src\common.js
is lost.
Because without it the event
selectedIndexChanged
isn't triggered. Can you please fix it in your plugin?The text was updated successfully, but these errors were encountered: