-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using InputNumber inside DataTable cell doesn't change v-model if you press Enter or Tab #547
Comments
Backport changes from commit 7cf493d Fix issue primefaces#547
Same for me, we use the [email protected], and encounter this bug. The fix proposed in 1b109c3 solved the bug for us. We use it as a patch for now. @cagataycivici do you want we propose a PR for the 2.x branch ? |
Hi all, I've made a few improvements with the InputNumber. I'll add them and the 'input' event support to the 2.x version. Best Regards, |
@mertsincan maybe you already answer somewhere, but could you clarify what's the future of the 2.x branch ? We love it, and we think to upgrade to the 3.x branch (and Vue 3 too), but we don't know when. We encounter some bugs on the 2.x branch, and we have to tell you them (we have some fixs too, but not already pushed on github). Could we still propose PRs for the 2.x branch ? |
@mdartic We have an active 2.x branch, when a version for v3 gets released, a v2 counterpart will follow in a day or two. Feel free to create issues whether they apply to both v2-v3 or just one of them. @mertsincan Let's discuss this one today as I'd like to release v2 by tomorrow. |
When you "cell-edit" an InputNumber and you press Enter or Tab, the cells switch to non-edit-mode, but value in the InputNumber reverts back to the old value:
It works if you change the value via arrows key or if you click outside the DataTable.
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: