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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: