microsoft / pagination-control

Pagination control for grid, list and other list visualization controls
8 stars 14 forks source link

Fix pagination input bug on IE #11

Closed shilcare closed 5 years ago

shilcare commented 5 years ago

Bug description: IE don't trigger change event when press Enter key until the input lose focus. Fix: add event binding to the page number input, listen for Enter key press event, and blur the input.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.