Skip to content
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

Typo in script #2770

Closed
RubenGarcia opened this issue Aug 7, 2023 · 3 comments
Closed

Typo in script #2770

RubenGarcia opened this issue Aug 7, 2023 · 3 comments
Labels

Comments

@RubenGarcia
Copy link

RubenGarcia commented Aug 7, 2023

public TMP_InputField URLField;
should be
public TMP_Text URLField;


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

AB#45930117

@mikehoffms
Copy link
Contributor

mikehoffms commented Aug 8, 2023

@captainbrosset - I started a chat w/ SMEs. Related orig PR: #2567

work item AB#45930117 (I also added this above, manually)

@mikehoffms
Copy link
Contributor

mikehoffms commented Aug 8, 2023

@RubenGarcia - No Repro, per Dev. Can you provide more detail of why:
public TMP_InputField URLField;
should instead be
public TMP_Text URLField;

in article section:
https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/hololens2#add-code-to-hook-up-the-buttons

@RubenGarcia
Copy link
Author

I made a mistake and created a UI -> Text - TextMeshPro instead of a UI -> InputField - TextMeshPro.
That's why I now see I had to change the type.
Sorry for the misunderstanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants