question

RamyaGollapudi-5834 avatar image
0 Votes"
RamyaGollapudi-5834 asked DuaneArnold-0443 commented

security concerns for tooltips

We have a requirement to show the tooltips on ASP.Net WebApplication. This tooltips would contain the information about the Regular Expression. For eaxmple: First Name Textbox: Hover on this text box, there should be a tool tip that contains text like this - A-Aa-z0-9@# etc.

There are two options here:
Display the regex on the hover of textbox
Include a icon near to label. The Regex would be displayed on hover of that icon.

Wanted to know which option is best and why.



dotnet-aspnet-core-mvc
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

What concerns do you have in using a tooltip?

0 Votes 0 ·

0 Answers