Possible Error with AutoForm in Blazor? #118
Replies: 1 comment
-
If you have an active commercial license please report any issues to our Issue Tracker. If you don't we accept PR's for failing tests or a link to a stand-alone repro. It's more likely JSON serialization issue instead of an issue with a Blazor Component in which case only a repro for the AutoQuery API would be needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I found what I think might be an error processing enums with the AutoForm control in Blazor.
I have the following enum :
and the following request :
when saving the Autform submission, I can see the following on line 154 of AutoFormBase.cs :
the returned value of "api" after the call to ApiFormSync processes, however - is the following:
it seems like the return value of the enum might be getting lost in translation? The correct value is saved to the database, and the api services are standard AutoQuery services (no custom implementation)
Beta Was this translation helpful? Give feedback.
All reactions