Selected item indicator for DropDown widget

I saw this icon before at right of active list item

image

but now it is hidden even DropDown item selected (by set_selected)

Strange, maybe that because now I’m using custom widget for set_child or have implemented the factory so icon get hidden now.

Hi,

Yes, the default factory creates an icon, then shows/hides it on selected-item signal.

You can use this as example for your own factory.
Alternatively, you can use custom CSS style on row:selected.

1 Like

Thank you, already learned about the factory and implemented custom widget using it binding!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.