How to enable and enter value in ion-input when ngx-ui-tour is open ? #172
-
I have ion-input element to which I have attached the touranchor . when ion-popover is active I'm not able to type anything in the ion-input field |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
That's because of how ion-popover works which is used to display tour step. When using other tour UIs this shouldn't be an issue. |
Beta Was this translation helpful? Give feedback.
-
Also how can I fire a custom click event when the cancel (x) button is pressed? (I want to notify the backend that the tourguide has been skipped ? |
Beta Was this translation helpful? Give feedback.
-
You can either listen to the tour events or provide custom step template where you can supply your custom |
Beta Was this translation helpful? Give feedback.
There is
end$
event which you can combine withstepShow$
to track which step was shown last.Otherwise, you'll have to implement your own
step template
.