-
Notifications
You must be signed in to change notification settings - Fork 74
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
[BUG] Enum values with 0 are ignored in writable properties #449
Comments
Hi @rido-min |
Thanks @YingXue, how can I help to find a valid workaround? Can you point to the code where JS converts the 0 to false? |
Hi @rido-min It could be the library (json schema form) which is taking 0 as undefined, I am not entirely sure. Some help would be nice here. |
we cannot ask users to use |
Fixed released in https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.8. Closing. |
Using a PnP model using an enum in a writable property (below one example).
When updating the writable property from IoT Explorer, the value with 0 is not sent in the payload. (all other values work).
The text was updated successfully, but these errors were encountered: