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 the user selects from the dropdown one with a name of 'None' but a value of 'none', I still appear to get 'None' back as the value.
PoC of this can be seen in the jwt pull request, changing name: 'none' to name: 'None' appears to break the script, whereas I believe it is likely intended to be only a visual change.
The text was updated successfully, but these errors were encountered:
Given a configuration object that looks like:
When the user selects from the dropdown one with a name of 'None' but a value of 'none', I still appear to get 'None' back as the value.
PoC of this can be seen in the
jwt
pull request, changingname: 'none'
toname: 'None'
appears to break the script, whereas I believe it is likely intended to be only a visual change.The text was updated successfully, but these errors were encountered: