Boolean tag parsing #2467
                  
                    
                      EricCraigen
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 2 replies
-
| 
         Hello @EricCraigen here's the code that affects the rendering: and So these should only be visual aids  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When setting the value of a tag to any of the following:
"False"
"FALSE"
"FalSe"
"True"
"TRUE"
"TrUe"
The tags are not presented in the UI as a boolean value, yet all of these values could successfully be parsed into a boolean value.
I have a few questions surrounding this:
Beta Was this translation helpful? Give feedback.
All reactions