Duplicated
Last Updated: 18 May 2023 07:41 by ADMIN
Kimmie
Created on: 18 May 2023 07:31
Category: DropDownList
Type: Bug Report
0
DropDownList remains open after blur

The DropDownList remains open after tabbing and does not fire. It also won't fire OnBlur and OnChange in this case. The problem occurs only if the component was opened by clicking exactly on its arrow.

Here is a test page: https://blazorrepl.telerik.com/cxEfFVPq042owTt616

The workaround is to wrap the component in a <span> that handles @onfocusout and closes the component programmatically: https://blazorrepl.telerik.com/cnafPCYL21aT3fpD05

0 comments