Save button not being enabled when the model is IsSavable #3066
Answered
by
theafricaninternetgroup
theafricaninternetgroup
asked this question in
Questions
-
I am using Blazored.Model component with tailwind css with CSLA however when the model is savable the save button is not being enabled.Is there something I am missing?
and the code in the
My thinking is by subscribing to the propertychanged the blazor ui will be updated on every property change |
Beta Was this translation helpful? Give feedback.
Answered by
theafricaninternetgroup
Aug 25, 2022
Replies: 1 comment
-
I managed to solve it.The model has the child object.I also subscribed the child object to the propertychanged event |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
theafricaninternetgroup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to solve it.The model has the child object.I also subscribed the child object to the propertychanged event