You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting the empty option in React Vanilla's enum renderer, an empty string is stored instead of undefined. This is unexpected and also leads to validation errors.
Expected behavior
Undefined should be stored instead of the empty string when an enum is "unselected".
Steps to reproduce the issue
Run the person example
Select a nationality
Unselect nationality
Screenshots
No response
In which browser are you experiencing the issue?
102.0.5005.115
Framework
React
RendererSet
Vanilla
Additional context
No response
The text was updated successfully, but these errors were encountered:
sdirix
changed the title
Vanilla enum renderer stores empty string instead of undefined
Vanilla enum renderer should store undefined instead of empty string
Jun 21, 2022
Describe the bug
When selecting the empty option in React Vanilla's enum renderer, an empty string is stored instead of
undefined
. This is unexpected and also leads to validation errors.Expected behavior
Undefined should be stored instead of the empty string when an enum is "unselected".
Steps to reproduce the issue
person
examplenationality
nationality
Screenshots
No response
In which browser are you experiencing the issue?
102.0.5005.115
Framework
React
RendererSet
Vanilla
Additional context
No response
The text was updated successfully, but these errors were encountered: