hi,
I put a inputText in the tooltip but the witdh of the input text is shrunk.
I put the CSS style below:
.osui-tooltip {
witdh: 100%;
}
osui-tooltip_content {
but it not work.
desired result:
If so, what can I do and how?
Thanks and best regard.
@Rupesh Patil
tks for your reply.I found the cause, i put inputtext and tooltip in container, so i just set the attribute
display : block;
and combine with the styles in the description in the article.I will close this post.
thanks and best regard
Hello @Dang Quyen
Why you use forge tooltip component? In outsystems widget available below I have add link
https://outsystemsui.outsystems.com/OutsystemsUiWebsite/PatternDetail?PatternId=547
I hope this helps
Thanks
sorry, I attached the wrong information.i am using outsystems widget.
Can you share oml file? will help you
Hi @Dang Quyen
Please add below CSS in your style editor
.tooltip-content { width: 100%; }
.tooltip { width: 100%; }
@rammurthynaidu boddu
thank your answer, I solved the problem with my solution above.