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

Unable to remove the selected item on an `Entity Picker` #1391

Closed hlayisanimazuze closed 3 weeks ago

hlayisanimazuze commented 3 weeks ago

When removing a selected entity by clicking the (x) next to it, the action unexpectedly navigates to the select item page instead of removing the item

Steps to reproduce the behavior:

  1. Go to 'https://function-adminportal-test.shesha.dev/dynamic/TestModule/CRUD-table1'
  2. Click on 'Add' button
  3. Click on three dots on any of the entity pickers e.g. primary site
  4. Select an item by double clicking
  5. Hover on the item and click on the (x) that shows after hovering
  6. Actual Results: The (x) navigates to select item dialog instead of removing the item

Expected behavior The (x) should remove the selected item on the field display

Uploading Entity Picker recording.mp4…