Add pageSizeInputDisabled to story

This commit is contained in:
weaseldotro 2020-10-02 09:41:58 +03:00 committed by GitHub
commit 30686ed431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ export const Default = () => ({
false false
), ),
pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false), pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false),
pageSizeInputDisabled: boolean("Disable page size input (pageSizeInputDisabled)", false),
backwardText: text( backwardText: text(
"The description for the backward icon (backwardText)", "The description for the backward icon (backwardText)",
"Previous page" "Previous page"
@ -49,6 +50,7 @@ export const Multiple = () => ({
false false
), ),
pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false), pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false),
pageSizeInputDisabled: boolean("Disable page size input (pageSizeInputDisabled)", false),
backwardText: text( backwardText: text(
"The description for the backward icon (backwardText)", "The description for the backward icon (backwardText)",
"Previous page" "Previous page"