I am using a paper-dropdown-menu and at present have an on-iron-select in the paper-dropdown-menu. I need a way to have this only fire when the user makes a selection and not when the selected item in the embeded paper-listbox changes. Is this possible or is there a way to distinguish the event?
The paper-dropdown-menu is dynamically created so i cannot bind a static variable to it and use an observer on that.
Any help would be appreciated.
Thanks