Unplanned
Last Updated: 15 Jun 2021 16:15 by ADMIN
Scott
Created on: 15 Jun 2021 16:09
Category: ToolBar
Type: Bug Report
1
ToolBarTemplateItem with a DropDownList inside of it in a separate component causes a rendering problem when the value is changed through keyboard navigation

Use a ToolBar with its ToolBarTemplateItem (with DropDownList inside of the template) in a separate component. Try to switch values in the DropDownList with the arrows of the keyboard. The value in the DropDownList does not change until you move away from it with a right arrow. This only happens when the template with the dropdown inside is in a separated component.

 

-------------------- ADMIN EDIT --------------------

The workaround for such a scenario is to export the DropDownList too onto a separated component and then call it in the ToolBarTemplateItem. See the attached sample project.

Attached Files:
0 comments