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

Component attributes of inherited control type does not apply to sub-components of base type #31

Closed
YevgeniyShunevych opened this issue May 30, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

For example:

[FindSettings(OuterXPath = "./")]
public class UnorderedList<TItem, TOwner> : ItemsControl<TItem, TOwner>

[FindSettings] doesn't apply to ItemsControl`2.Items property in this case. But should.

@YevgeniyShunevych YevgeniyShunevych added this to the 0.13.0 milestone May 30, 2017
@YevgeniyShunevych YevgeniyShunevych self-assigned this May 30, 2017
YevgeniyShunevych added a commit that referenced this issue May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant