#what set in default value of select widget?
1 messages · Page 1 of 1 (latest)
Please refer to the tutorial here -
https://docs.appsmith.com/reference/widgets/select#displaying-data
Select / Dropdown widget is used to capture user input/s from a specified list of permitted inputs.
@ivory schooner you can either hardcode the value (eg the first item in the select widget) or as label-value pair { "label": "label1", "value": "value1" }