-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation Link: Handle rich text better in the label #46055
Comments
LinkControl handles this already I think. Maybe we should look at how that works? |
My first thought is to build a rich text input :) that looks like a TextControl but supports displaying formatted text. It is possible but a bit weird. |
Screen.Capture.on.2022-11-25.at.14-48-35.mp4Link Control just ignores formatting. It was a compromise we settled on. |
@getdave it doesn't ignore it, it removes it - but i can't see any better way either :D |
The "better way" might be to just replace the inspector controls with the Link UI |
Yeh but the simplest next step is to ignore it. |
I would recommend reviewing a similar discussion which occurred here between Joen, Ella and myself. It has a lot of good research and discussion. |
Closed by #46171 |
What problem does this address?
When navigation links contain formatting, this gets displayed in the label as HTML.
What is your proposed solution?
I'm not sure, but we need to find an input that allows formatting.
The text was updated successfully, but these errors were encountered: