[Bug] MultiSelect Default Value return value is not string. #7872
Labels
Bug
Something isn't working
Critical
This issue needs immediate attention. Drop everything else
MultiSelect Widget
Issues related to MultiSelect Widget
Needs automation
Issues that needs automated tests
Production
TestGap
Issues identified for test plan improvement
Verified
When issue is retested post its fixed
Widgets Product
This label groups issues related to widgets
Description
The expected structure of multi select values are
Array<{ "label": "string", "value": "string" }>
and if we do INT and FLOAT on the value part the widget automatically converts it to string.The same is not being followed on Default value. For e.g. if I put INT or FLOAT on default value, it doesn't automatically converts to string.
Behaviour of data type across the widget should have same expected results.
Steps to reproduce the behaviour:
Add steps to reproduce this behaviour, include console / network logs & screenshots
Important Details
The text was updated successfully, but these errors were encountered: