i am involking a function when user clicks on one of the option in dropbox(i.e select - option) , but it seems like click is not working in this case to invoke the function clickOption
However it probably won’t work ATM due to the following issue:
As a workaround you could try using the ionChange event of the ion-select component, i.e. using the following HTML (but note that this isn’t exactly the same, and might not satisfy your requirements, as it’s emitted only upon change of the selected option, while ionSelect should be emitted when an option is clicked as it’s specified in your question):