Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Grid] Pager Input allows non-numeric values and has no validation #2515

Closed
dtopalov opened this issue Oct 7, 2019 · 1 comment
Closed

Comments

@dtopalov
Copy link
Contributor

dtopalov commented Oct 7, 2019

The built-in Grid Pager Input (when the pager type is 'input' or used as a standalone component in the UI) allows non-numeric characters and also does not limit the value to the possible number of pages. Also, negative numbers are allowed.

It would make much more sense the input to be either of type number, or a NumericTextBox with the respective min/max restrictions.

@siyka-marinova
Copy link

Fix is available in the latest dev. version of @progress/kendo-angular-grid package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants