Unplanned
Last Updated: 23 Jan 2023 09:08 by Stefan
Stefan
Created on: 23 Jan 2023 09:08
Category: ComboBox
Type: Bug Report
3
In Firefox OnBlur event is not triggered when an item is selected and the user clicks outside of the component

When the user selects a value and then focuses on another component the OnBlur of the ComboBox is not triggered. The issue is reproducible in the Firefox browser (tested with version 109.0).

To reproduce the issue open the following REPL example in the Firefox browser:
https://blazorrepl.telerik.com/mdklmHYN06lVQjyL26

Select a value in the first ComboBox and then focus on the second ComboBox. The OnBlur event should trigger.

0 comments