adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

Tooltip removes special characters

Open GuiziBr opened this issue 1 year ago • 0 comments

Describe the bug When adding a description to a property so the tooltip can be displayed in the edit page, all special characters are removed (even using html code), all text words are capitalized and long texts are covered by side menu

Installed libraries and their versions

To Reproduce Steps to reproduce the behavior:

  1. Add the property "description" to any resource
  2. Enter a text with special characters like "%"or "$" (tried using html codes as well)

Expected behavior Tooltip should display special characters Tooltip should not capitalize all words There should be a way to control how the tooltip is displayed so it not be covered by the menu

Screenshots Screen Shot 2022-09-20 at 2 42 11 PM

AdminJSOptions with schema Paste your AdminJS config with database schema if it could be related to the issue

Desktop (please complete the following information if relevant):

  • OS: MacOS
  • Browser Chrome
  • Version 105.0.5195.125

GuiziBr avatar Sep 20 '22 21:09 GuiziBr