I need to pop up the device tip on select areas of disability, I currently use angular-foundation tooltip, I'm using Mozagez v1.3.7. Tooltip to display content.
Please suggest possible solutions to me
Thanks in advance!
It was not used in that version of angular but I remember it was not working. You can always wrap your selection field in a div and add your tooltip instead of your fields.
& lt; Div popover-trigger = "mouseenter" popover = "I appeared on the mouse!" Style = "display: inline-block; width: 200px;" & Gt; & Lt; Disabled & gt; Select & lt; Option value = "Volvo" & gt; Volvo & lt; / Options & gt; & Lt; Option value = "saab" & gt; Saab & lt; / Options & gt; & Lt; Option value = "Mercedes" & gt; Mercedes & lt; / Option & gt; & Lt; Option value = "Audi" & gt; Audi & lt; / Options & gt; & Lt; / Select & gt; & Lt; / Div & gt;
See one.
No comments:
Post a Comment