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

HtmlControls: Added HtmlHxText elements, Added HtmlSelect/HtmlOption elements #79

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

carldebilly
Copy link
Member

No description provided.

@carldebilly carldebilly changed the title Added HtmlHxText elements, Added HtmlSelect/HtmlOption elements HtmlControls: Added HtmlHxText elements, Added HtmlSelect/HtmlOption elements Sep 5, 2021
@nickrandolph
Copy link
Collaborator

@carldebilly I was trying to fix the CI issues on this but suspect I may have broken something as code is failing to compile with issues on methods ClearChildren, AddChild and RemoveChild.

Copy link
Member Author

@carldebilly carldebilly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UI/HtmlControls/HtmlControls/HtmlH1Text.cs Outdated Show resolved Hide resolved
UI/HtmlControls/HtmlControls/HtmlH2Text.cs Outdated Show resolved Hide resolved
UI/HtmlControls/HtmlControls/HtmlH3Text.cs Outdated Show resolved Hide resolved
UI/HtmlControls/HtmlControls/HtmlH4Text.cs Outdated Show resolved Hide resolved
UI/HtmlControls/HtmlControls/HtmlMeter.cs Outdated Show resolved Hide resolved
@unoplatform unoplatform deleted a comment from azure-pipelines bot Oct 29, 2022
{
if (args.NewValue is string str)
{
// TODO: Clearchildren no longer accessible
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carldebilly can you suggest what we should do here as ClearChildren isn't accessible as it's internal

@nickrandolph
Copy link
Collaborator

@carldebilly is this sample still of value? Can you assist with the comments I've added so that we can get this PR merged.

@nickrandolph nickrandolph marked this pull request as draft January 2, 2023 01:25
@nickrandolph
Copy link
Collaborator

@carldebilly any chance we can close or complete this PR?

@Marc-Antoine-Soucy
Copy link
Contributor

@carldebilly Should I try to rebase this with the .NET7 changes to close this pr? And do we have something to replace "option.ClearChildren();"? Or should I just leave the todo's there? Also, is there anything else that should be done?

@carldebilly carldebilly self-assigned this Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants