You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click the Grid to select a cell in the Salary column
Cell is outlined with a black border
Start Typing
editing mode is automatically started
typing stops after first number
in order to type a bigger number xxxx,xx you have to select the contents and start typing again.
this does not happen with string or int columns
it seems this is because the cursor switches to the end of the input (x.xx|) after the first entered number. NumericPicker has the same problem if the cursor is at the end, but there it does not switch automatically to the end so typing is ok.
What is expected?
bigger numbers can be entered without selecting the contents first.
What is actually happening?
entering a number stops after the first entered digit
What browsers do you see the problem on?
Chrome, Microsoft Edge
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Blazorise Version
1.7.x, and I assume all other before
What Blazorise provider are you running on?
Bootstrap4
Link to minimal reproduction or a simple code snippet
https://blazorise.com/docs/extensions/datagrid/features/editing#toc_Rapid-Editing
Steps to reproduce & bug description
in order to type a bigger number xxxx,xx you have to select the contents and start typing again.
this does not happen with string or int columns
it seems this is because the cursor switches to the end of the input (x.xx|) after the first entered number. NumericPicker has the same problem if the cursor is at the end, but there it does not switch automatically to the end so typing is ok.
What is expected?
bigger numbers can be entered without selecting the contents first.
What is actually happening?
entering a number stops after the first entered digit
What browsers do you see the problem on?
Chrome, Microsoft Edge
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: