File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/material/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ exports[`Material table renders correctly 1`] = `
16
16
</div >
17
17
<Blueprint3.Dialog icon =\\"info-sign\\" isOpen = { false } onClose = { [Function ]} title =\\"Add New Folder\\" canOutsideClickClose = { true } >
18
18
<div className =\\"bp3-dialog-body\\">
19
- <Blueprint3.EditableText className =\\"Input\\" intent =\\"none\\" maxLines = { 1 } minLines = { 1 } multiline = { true } placeholder =\\"Enter folder name...\\" selectAllOnFocus = { true } value =\\"\\" onChange = { [Function ]} confirmOnEnterKey = { false } defaultValue =\\"\\" disabled = { false } minWidth = { 80 } type =\\"text\\" />
19
+ <Blueprint3.EditableText className =\\"Input\\" intent =\\"none\\" maxLines = { 1 } minLines = { 1 } multiline = { true } placeholder =\\"Enter folder name...\\" selectAllOnFocus = { true } value =\\"\\" onChange = { [Function ]} alwaysRenderInput = { false } confirmOnEnterKey = { false } defaultValue =\\"\\" disabled = { false } minWidth = { 80 } type =\\"text\\" />
20
20
</div >
21
21
<div className =\\"bp3-dialog-footer\\">
22
22
<div className =\\"bp3-dialog-footer-actions\\">
You can’t perform that action at this time.
0 commit comments