budibase icon indicating copy to clipboard operation
budibase copied to clipboard

Unable to use delete feature of Tag component

Open mikesealey opened this issue 6 months ago • 1 comments

Checklist

  • [Y] I have searched budibase discussions and github issues to check if my issue already exists

Hosting

  • Self (docker single image) & Cloud (miketest1.budibase.app)

Describe the bug Tag component does not get deleted (on the front end) when clicking the (x). X is only visible when the "Allow Delete" setting is turned on, but deleting tags is not possible. Actions for "On click delete" still run, but tag is not deleted.

Also nit-picky, but the styling seems to have suffered some neglect. image

To Reproduce Steps to reproduce the behavior: I discovered this bug following this tutorial in the documentation

  1. Set up the Tag component as instructed in the tutorial
  2. Set "Allow Delete" to be true
  3. Add "On click delete" action - "Show notification"
  4. Preview/Publish
  5. Try to delete a tag - see notification, but tag does not get deleted

Expected behavior Tag should disapear, relationship should be updated.

Screenshots Jam Recording: https://jam.dev/c/acab66ea-7d64-4b98-832c-114eac2bbada

App Export Docs Cloud-export-1722330118437.tar.gz NB: That app is a combination of a bunch of stuff, and should be treated as though it were the notepad next to a phone covered in unrelated, incoherent scribbles. The important page is / and the rest can be ignored.

Desktop (please complete the following information):

  • OS: MacOS
  • Browser Chrome
  • Version 126.0.6478.127 (Official Build) (arm64)

Additional context Add any other context about the problem here.

mikesealey avatar Jul 30 '24 09:07 mikesealey