refactor
parent
e8738455d0
commit
519e9d70bf
|
@ -62,7 +62,7 @@ const AutoCompleteProps = [
|
|||
{
|
||||
name: "completeOnFocus",
|
||||
type: "boolean",
|
||||
default: false,
|
||||
default: "false",
|
||||
description: "Whether to run a query when input receives focus."
|
||||
},
|
||||
{
|
||||
|
|
|
@ -244,7 +244,7 @@ const CalendarProps = [
|
|||
name: "style",
|
||||
type: "any",
|
||||
default: "null",
|
||||
description: "Inline of the component."
|
||||
description: "Inline style of the component."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -232,12 +232,12 @@ const FileUploadEvents = [
|
|||
description: "Callback to invoke when a singe file is removed from the list.",
|
||||
arguments: [
|
||||
{
|
||||
file: "event.file",
|
||||
name: "event.file",
|
||||
type: "object",
|
||||
description: "Removed file."
|
||||
},
|
||||
{
|
||||
file: "event.files",
|
||||
name: "event.files",
|
||||
type: "object",
|
||||
description: "Remaining files to be uploaded."
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ const TabMenuProps = [
|
|||
{
|
||||
name: "exact",
|
||||
type: "boolean",
|
||||
default: true,
|
||||
default: "true",
|
||||
description: "Defines if active route highlight should match the exact route path."
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue