Fixed #1651 - disabled props for Inplace

This commit is contained in:
Tuğçe Küçükoğlu 2021-10-12 14:39:00 +03:00
parent 8e28af05ad
commit be0f826707
4 changed files with 25 additions and 1 deletions

View file

@ -10,6 +10,12 @@ const InplaceProps = [
type: "boolean",
default: "false",
description: "Displays a button to switch back to display mode."
},
{
name: "diabled",
type: "boolean",
default: "false",
description: "When present, it specifies that the element should be disabled."
}
];