- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 03:46 AM - edited ‎04-19-2024 03:58 AM
Hi,
I am not able to set a default option on the dropdown component in the UI Builder. I see a blank option as my first option. I need to set it to the 1st option by default when the page loads. Below is the snapshot.
@Nootan BhatCan you please help?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 12:58 AM
Hi,
You can set the Default value using the selected items configuration.
If you want to put Today as default value you can update the Selected items configuration as: ["today"] pass the choice id in the array.
Please mark my answer as correct if it helped you.
Thanks
Nootan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 12:58 AM
Hi,
You can set the Default value using the selected items configuration.
If you want to put Today as default value you can update the Selected items configuration as: ["today"] pass the choice id in the array.
Please mark my answer as correct if it helped you.
Thanks
Nootan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 01:15 AM
Thanks @Nootan Bhat . It is working.
I do have another question, I am using the Data Visualization component in the UI Builder where i don't want to use Group By or Set Group By to --None--
I want the Data Visualization component to show the data as per the below report on the UI Builder.
What i see on the UI Builder Data Visualization component
I have not set anything for the Group By
Can you please help me on this?