Allow converting values from string to other values (e.g. float) #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
If an expected value type is set, we could try to convert values. So instead of dropping a string of
"1.23"
when the type isfloat
, we could try to parse this.The text was updated successfully, but these errors were encountered: