set copyable = true for MultiDataEntry
This commit is contained in:
parent
5aa13e0e83
commit
3882790706
@ -16,7 +16,7 @@ interface MultiDataEntryProps extends BaseDataEntryProps, TextDataEntryInputProp
|
||||
|
||||
export const MultiDataEntry: React.FC<MultiDataEntryProps> = ({
|
||||
editableEntries = false,
|
||||
copyable = false,
|
||||
copyable = true,
|
||||
confirmOnEnter = true,
|
||||
...props
|
||||
}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user