shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
285 stars 45 forks source link

UI Interaction Issues during datalist inline editing #1399

Open Tshepiso-R opened 3 weeks ago

Tshepiso-R commented 3 weeks ago

Description During inline editing using certain components, datalist records are inadvertently selected and deselected, resulting in rapid color changes. This occurs when the datalist selection mode is either Single or Multiple. Additionally, components requiring double-click, such as Entity Picker, trigger actions meant for double-click events. Some of the affected Components

Steps to Reproduce:

  1. Navigate to "https://function-adminportal-test.shesha.dev/dynamic/Boxfusion.SheshaFunctionalTests.Common/twenty-two-details?id=78c6e519-8742-4eb7-86a3-011f5c63d481"
  2. Click the edit pencil on any record
  3. Attempt to edit any field that is using any of the components listed above

Actual Behaviour

image image

Related Items