In the playground test case drawer, entering values like False or numbers while the selector is set to Text incorrectly changes the variable type.
When the selector is on Text, values such as False should stay strings, for example "False". Type switching should only happen when editing the raw JSON or YAML, where false should be interpreted as a boolean.
This should also apply to numbers entered while the selector is set to Text.

In the playground test case drawer, entering values like
Falseor numbers while the selector is set toTextincorrectly changes the variable type.When the selector is on
Text, values such asFalseshould stay strings, for example"False". Type switching should only happen when editing the raw JSON or YAML, wherefalseshould be interpreted as a boolean.This should also apply to numbers entered while the selector is set to
Text.