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

Paginator text field properties are overwritten #1241

Open
annabellewright opened this issue Jul 14, 2021 · 0 comments · May be fixed by #1242
Open

Paginator text field properties are overwritten #1241

annabellewright opened this issue Jul 14, 2021 · 0 comments · May be fixed by #1242
Assignees

Comments

@annabellewright
Copy link

Whenever user passes isDisabled in textFieldProps of Paginator, paginator does not recognize the change.
<Paginator hasPageSizeSelector showTotalObjects totalCount={12321313} SingleSelect={{ DropMenu: { direction: 'up' }, }} TextField={{ isDisabled: true, }} />

This example is not currently disabling the page selector box

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

Successfully merging a pull request may close this issue.

2 participants