data import input hide
This commit is contained in:
parent
50efa844d5
commit
0207b40c01
|
@ -11,7 +11,7 @@ export const Control_inputButton = function({
|
|||
classList = [],
|
||||
inputButtonClassList = [],
|
||||
type = false,
|
||||
inputHide = false,
|
||||
buttonHideInput = false,
|
||||
labelText = 'Label',
|
||||
srOnly = false,
|
||||
inputButtonStyle = [],
|
||||
|
@ -75,7 +75,7 @@ export const Control_inputButton = function({
|
|||
|
||||
this.button = form.input.inputButton({
|
||||
style: inputButtonStyle,
|
||||
inputHide: inputHide,
|
||||
buttonHideInput: buttonHideInput,
|
||||
srOnly: srOnly
|
||||
});
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ dataSetting.restore = (parent) => {
|
|||
dataSetting.control.restore.restoreElement = new Control_inputButton({
|
||||
id: 'restore-data',
|
||||
type: 'file',
|
||||
inputHide: true,
|
||||
buttonHideInput: true,
|
||||
labelText: message.get('menuContentDataRestoreFile'),
|
||||
inputButtonStyle: ['line'],
|
||||
action: () => {
|
||||
|
|
Loading…
Reference in New Issue