Backspace is not removing items from the field

Created on 3 April 2025, 1 day ago

Problem/Motivation

When the backspace is being pressed, no items are being removed. The autocomplete_deluxe.js code has some handling for the backspace, called inside the keypress event. I don't know if this has ever worked, as keypress event

is fired when a letter, number, punctuation, or symbol key is pressed

https://developer.mozilla.org/en-US/docs/Web/API/Element/keypress_event

It's also deprecated and should be replaced with keydown.

Steps to reproduce

Enter some things with the autocomplete deluxe widget. Press backspace to get rid of items. Items are not deleted.

Proposed resolution

Replace keypress with keydown.

Remaining tasks

  • ✅ File an issue
  • ➖ Addition/Change/Update/Fix
  • ➖ Testing to ensure no regression
  • ➖ Automated unit testing coverage
  • ➖ Automated functional testing coverage
  • ➖ UX/UI designer responsibilities
  • ➖ Readability
  • ➖ Accessibility
  • ➖ Performance
  • ➖ Security
  • ➖ Documentation
  • ➖ Code review by maintainers
  • ➖ Full testing and approval
  • ➖ Credit contributors
  • ➖ Review with the product owner
  • ➖ Release notes snippet
  • ❌ Release

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • N/A
🐛 Bug report
Status

Active

Version

2.1

Component

Code (miscellaneous)

Created by

🇫🇮Finland iSampo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024