enterprise-ng icon indicating copy to clipboard operation
enterprise-ng copied to clipboard

Datagrid: Value in Input field not selected when using InlineEditor

Open ablomq opened this issue 2 years ago • 1 comments

Describe the bug Value in Input field not selected when using InlineEditor in Datagrid

To Reproduce

Stackblitz example

Steps to reproduce the behavior:

  1. Click in one of the input fields in the "Quantity Inline Editor" column
  2. The value is not selected so to change I need to use backspace or delete button
  3. Click on one of the input fields in the "Quantity" column
  4. The value in the input field is selected

Expected behavior When you click in an input field the value should be selected so it's easy to change. But when using InlineEditor the user must first erase the value before entering a new value.

Version

  • ids-enterprise-ng: [14.2.1]

Screenshots Clicking in one of the input fields in the "Quantity" column: image

Clicking in one of the input fields in the "Quantity Inline Editor" column: image (Value should be selected in the same way in both Quantity columns)

ablomq avatar Aug 26 '22 15:08 ablomq

Yeah these inline editors have never worked as well is the non inline ones. We will have to make them more "official".

tmcconechy avatar Aug 26 '22 15:08 tmcconechy

QA Passed. Verified in https://main-enterprise.demo.design.infor.com/components/datagrid/test-editable-with-inline-editor.html. Thanks! image

janahintal avatar Nov 02 '22 14:11 janahintal