fix: machine autocomplete and package-lock
This commit is contained in:
parent
538e32fbec
commit
3fd307ab17
12 changed files with 19397 additions and 6975 deletions
|
|
@ -52,7 +52,7 @@ const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {
|
|||
inputProps: {
|
||||
options: getOptions('ticker'),
|
||||
valueProp: 'code',
|
||||
getLabel: R.path(['display']),
|
||||
labelProp: 'display',
|
||||
optionsLimit: null
|
||||
}
|
||||
},
|
||||
|
|
@ -66,7 +66,7 @@ const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {
|
|||
inputProps: {
|
||||
options: getOptions('wallet'),
|
||||
valueProp: 'code',
|
||||
getLabel: R.path(['display']),
|
||||
labelProp: 'display',
|
||||
optionsLimit: null,
|
||||
onChange
|
||||
}
|
||||
|
|
@ -81,7 +81,7 @@ const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {
|
|||
inputProps: {
|
||||
options: getOptions('exchange'),
|
||||
valueProp: 'code',
|
||||
getLabel: R.path(['display']),
|
||||
labelProp: 'display',
|
||||
optionsLimit: null,
|
||||
onChange
|
||||
}
|
||||
|
|
@ -96,7 +96,7 @@ const getElements = (cryptoCurrencies, accounts, onChange, wizard = false) => {
|
|||
inputProps: {
|
||||
options: getOptions('zeroConf'),
|
||||
valueProp: 'code',
|
||||
getLabel: R.path(['display']),
|
||||
labelProp: 'display',
|
||||
optionsLimit: null,
|
||||
onChange
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue