Type
Improvement
Product
OneCode Cloud
Details
Dynamic keys should match the ones defined by the dev, i-e before slugification. Therefore, the expression parser should automatically slugify the expression variables.
E.g.
onecode.dropdown(key='My Key', ...)
onecode.dropdown(..., options='$My Key$ + ["a"]') # => doesn't work
onecode.dropdown(..., options='$my_key$ + ["a"]') # => works
we should handle both by sluggifying the variables in the expr
Type
Improvement
Product
OneCode Cloud
Details
Dynamic keys should match the ones defined by the dev, i-e before slugification. Therefore, the expression parser should automatically slugify the expression variables.
E.g.
we should handle both by sluggifying the variables in the expr