mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4292 - Datatable Cell Edit: Numpad Enter not saving new data on InputNumber
This commit is contained in:
parent
bf2aa1dbdd
commit
35b87bf53a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue