-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
[Feature request]Add ReadOnlyBindableReactiveProperty
#234
Comments
I agree. |
It was difficult to prepare a To be honest, I would be happier if people just used |
@neuecc Thank you. I have reviewed it and it works fine for XAML (I checked both WPF and WinUI3). However, while it serves well as an interface for XAML, I believe having generic versions would be beneficial for other use cases. Therefore, are there any technical blockers preventing the addition of generic interfaces such as |
@runceel |
@neuecc In my opinion, creating a custom implementation for the read-only option would cover all cases, but the current implementation strikes a good balance between functionality and cost. |
Thank you for reviewing. |
I've released in 1.2.3. |
@neuecc Are there any plans to introduce a read-only option for
BindableReactiveProperty
?Related: runceel/ReactiveProperty#487 (comment)
This request was made in the GitHub issue mentioned above. In my opinion, this feature would be beneficial if added to the core of R3, so I documented it in this issue.
The text was updated successfully, but these errors were encountered: