Hi all,
I want to attach a step to the custom dropdown form element. But because it's not an HTML SELECT element (I use ng-select), I can't use standard triggers for tour advance.
- "Click on the element" is not suitable, because when clicked the user jumps to the next step without possibility to select any dropdown option.
- "Fill in the field" opens dropdown but does not respond to option selection. Plus, options are overlapped by the tour's backdrop.
- "Next or Done button" blocks dropdown at all. User can't interact with it.
Is there any standard solution for such custom form elements? Or what would you suggest to me for this case?