We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
None
"null"
Describe the bug
which template:
Selecting any item in the enum drop-down list and then returning to the None item causes the bound variable to be set to "null" instead of unset it.
To Reproduce
favorite
Expected behavior
The favorite field is removed from the data as in the case of the "Materials" framework.
Desktop (please complete the following information):
Log output covering before error and any error statements
none
Additional context
Context
Can't differentiate null value and no value. It's a bug.
null
Possible Implementation
#334
The text was updated successfully, but these errors were encountered:
fix(ajsf/core): layout functions: buildTitleMap: use empty string to …
bb2acac
…conform HTML behaviour use empty string instead of null for non required empty values to conform HTML behaviour Fixes hamzahamidi#333
fix(ajsf/core): json-schema-form service: initializeControl: fix null…
c5537bf
… values in enum fromControl-s force formControl value to empty string when it's null and if the control has enum Fixes hamzahamidi#333
Successfully merging a pull request may close this issue.
Describe the bug
which template:
Selecting any item in the enum drop-down list and then returning to the
None
item causes the bound variable to be set to"null"
instead of unset it.To Reproduce
favorite
field is appeared in the live datafavorite
field doesn't hide and set to"null"
Expected behavior
The
favorite
field is removed from the data as in the case of the "Materials" framework.Desktop (please complete the following information):
Log output covering before error and any error statements
none
Additional context
none
Context
Can't differentiate
null
value and no value. It's a bug.Possible Implementation
#334
The text was updated successfully, but these errors were encountered: