Well for the SubParagraphItemRenderer I included focusOut event as following:
This part is working but still the Paragraph always gets selected automatically.

protected function onFocusOut(event:FocusEvent):void
                        {
                                subparagraphs.selectedItem = null;
                        }

15.11.2019, 14:08, "Olaf Krueger" <[email protected]>:
> Hi,
>
> did you try to handle the click event of the SubParagraph in order to set
> the selectedItem(s)/selectedIndex of the parent list to null?
>
> Maybe this helps,
> Olaf
>
> --
> Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to