lucid
lucid copied to clipboard
Paginator text field properties are overwritten
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