RadzenAutoComplete does not dismiss popup when 'Tab'ing out of field #310

Closed
opened 2026-01-29 17:35:09 +00:00 by claunia · 1 comment
Owner

Originally created by @bengavin on GitHub (Jan 24, 2022).

Describe the bug
The RadzenAutoComplete control does not properly close the associated popup when tabbing out of the control.

To Reproduce
Steps to reproduce the behavior:

  1. Add RadzenAutoComplete to form with custom LoadData method (custom LoadData may not be necessary)
  2. Begin typing in control such that popup displays
  3. Hit 'Tab' key
  4. See that popup remains displayed and subsequent (potentially hidden by the popup) control is now in focus

Expected behavior
The popup control should be dismissed upon leaving the control, as it is when mouse-clicking onto another form control.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: MacOS 12.1
  • Browser: Brave
  • Version: 1.34.81 Chromium: 97.0.4692.99 (Official Build) (x86_64)

Additional context
The RadzenDropDown control contains code which closes the associated popup on Esc or Tab, the AutoComplete control only does this on Esc (Tab should also be included).

Originally created by @bengavin on GitHub (Jan 24, 2022). **Describe the bug** The RadzenAutoComplete control does not properly close the associated popup when tabbing out of the control. **To Reproduce** Steps to reproduce the behavior: 1. Add RadzenAutoComplete to form with custom LoadData method (custom LoadData may not be necessary) 2. Begin typing in control such that popup displays 3. Hit 'Tab' key 4. See that popup remains displayed and subsequent (potentially hidden by the popup) control is now in focus **Expected behavior** The popup control should be dismissed upon leaving the control, as it is when mouse-clicking onto another form control. **Screenshots** N/A **Desktop (please complete the following information):** - OS: MacOS 12.1 - Browser: Brave - Version: 1.34.81 Chromium: 97.0.4692.99 (Official Build) (x86_64) **Additional context** The RadzenDropDown control contains code which closes the associated popup on Esc or Tab, the AutoComplete control only does this on Esc (Tab should also be included).
Author
Owner

@bengavin commented on GitHub (Jan 24, 2022):

#349 - Proposed Resolution (and validation styling updates)

@bengavin commented on GitHub (Jan 24, 2022): #349 - Proposed Resolution (and validation styling updates)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#310