Hi there, I need the following:
When an element is clicked (its a day in the calendar) I want the user to be able to use the “Backspace” key on their keyboard to delete the currently active event.
Is there a way to do this in Bubble?
Thank you!
Hi there, I need the following:
When an element is clicked (its a day in the calendar) I want the user to be able to use the “Backspace” key on their keyboard to delete the currently active event.
Is there a way to do this in Bubble?
Thank you!
Look into using the ‘mouse and keyboard interactions’ plugin by bubble:
It says its highly experimental, however for basic usescases like this one it works well. Make sure to add a conditional on the ‘Backspace is clicked down’ event that only runs when the element is focused, otherwise the backspace button will never work on your app (the workflow overrides the actual input)