fix: machine autocomplete and package-lock
This commit is contained in:
parent
538e32fbec
commit
3fd307ab17
12 changed files with 19397 additions and 6975 deletions
|
|
@ -122,11 +122,6 @@ const ECol = ({ editing, focus, config, extraPaddingRight, extraPadding }) => {
|
|||
...inputProps
|
||||
}
|
||||
|
||||
// Autocomplete
|
||||
if (innerProps.options && !innerProps.getLabel) {
|
||||
innerProps.getLabel = view
|
||||
}
|
||||
|
||||
const isEditing = editing && editable
|
||||
const isField = !bypassField
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue