unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.08k stars 736 forks source link

[Live Wizard] - Suggested text overlaps the default text in the TextBox #17747

Open jhanvi03 opened 4 months ago

jhanvi03 commented 4 months ago

Current behavior

When the user hover overs the suggested text, it overlaps the default text in the TextBox.

https://github.com/user-attachments/assets/e7752f3e-a374-4159-9311-22b84a4f9400

Expected behavior

Suggested text should not overlap to maintain the readability.

How to reproduce it (as minimally and precisely as possible)

  1. Open Live Wizard on any web browser.
  2. Click on TextBox
  3. When the auto-suggest appears just put a curser over it and don't select it.
  4. Observe the TextBox

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

WebAssembly

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

jeromelaban commented 4 months ago

Thanks @jhanvi03. I don't think we can change anything here for the overlap itself, as it's a feature provided by the browser. We may be able to disable the text suggestions, though.