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

Allows to use IAvaloniaObjects where a IControl is currently required #121

Conversation

JaggerJo
Copy link
Member

No description provided.

@JaggerJo JaggerJo marked this pull request as draft May 14, 2020 18:08
@@ -15,62 +15,62 @@ module AutoCompleteBox =

type AutoCompleteBox with
static member onSelectionChanged<'t when 't :> AutoCompleteBox>(func: SelectionChangedEventArgs -> unit, ?subPatchOptions) =
AttrBuilder<'t>.CreateSubscription<_>(AutoCompleteBox.SelectionChangedEvent, func, ?subPatchOptions = subPatchOptions)
AttrBuilder.CreateSubscription<'t, _>(AutoCompleteBox.SelectionChangedEvent, func, ?subPatchOptions = subPatchOptions)
Copy link
Contributor

Choose a reason for hiding this comment

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

unwanted extra space?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep, good catch

@JaggerJo
Copy link
Member Author

JaggerJo commented Jun 5, 2020

#86

@sleepyfran
Copy link
Member

sleepyfran commented Oct 19, 2022

I believe this is what I did as part of #220. @JaggerJo are we missing any other part or can we close this PR? 😃

@JaggerJo JaggerJo closed this Mar 6, 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.

3 participants