Replies: 1 comment 3 replies
-
Agreed. We have this on the list to investigate (and hopefully implement) for the next minor version (v4.4) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FluentSelect and other sub-classes of ListComponentBase don't inherit from FluentInputBase and hence don't interact with EditContext. You can use the ValueChanged event to notify updates to EditContext but ideally these input components would behave in a similar way to other inputs.
Beta Was this translation helpful? Give feedback.
All reactions