IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts
Other
6 stars 1 forks source link

IgrGrid with Numeric Filters , backspace move the cursor jump to the front #78

Open igDivya opened 1 month ago

igDivya commented 1 month ago

Backspace in the numeric /decimal filter dialog move the cursor at the front of the value.

Steps to reproduce

1.Run the sample or any sample from website. https://codesandbox.io/p/sandbox/hungry-wood-k9qz2v

  1. Open the filter for the 2nd column 'Unit in stock'
  2. Deselect all the checkboxes and open Numeric filter for 'equal'
  3. In the 'add filter value' type 19.98 and then press backspace twice

Result

Cursor jump to the front

Expected result

Cursor should be at 19

Attachments

Attached video for the steps to follow. issue 2 decimal filter.zip