Added some quick fix to ensure that when we load YAML we ensure that values are not converted to numbers. This is an issue when using dropdown where we want the value of the action to be a string to match the HTML.
Example, if the YAML is:
- value: 01
it is converted to the int 1, while it was supposed to be a str "01".
Added some quick fix to ensure that when we load YAML we ensure that values are not converted to numbers. This is an issue when using dropdown where we want the value of the action to be a string to match the HTML.
Example, if the YAML is:
it is converted to the int 1, while it was supposed to be a str "01".