Fixed #4292 - Datatable Cell Edit: Numpad Enter not saving new data on InputNumber
parent
bf2aa1dbdd
commit
35b87bf53a
|
@ -436,6 +436,7 @@ export default {
|
|||
|
||||
case 'Tab':
|
||||
case 'Enter':
|
||||
case 'NumpadEnter':
|
||||
newValueStr = this.validateValue(this.parseValue(inputValue));
|
||||
this.$refs.input.$el.value = this.formatValue(newValueStr);
|
||||
this.$refs.input.$el.setAttribute('aria-valuenow', newValueStr);
|
||||
|
|
Loading…
Reference in New Issue