Hey guys I'm dealing with an issue on the select options element at the moment, and can't seem to figure it out.
Issue Summary:
- I'm trying to create a date picker with three select dropdowns for month, day, and year.
- I need to dynamically update the day options based on the selected month and year.
- The main challenge is retrieving the selected value from the month select element.
- The standard 'change' event on the select element fires for any change, not specific to individual options, making a click event for each option doesn't work either.
- Attempts to use the Get formula to retrieve the selected value (e.g., Get(Get element by id("monthSelect"), "value")) have been unsuccessful.
Could you please provide guidance on the correct method to retrieve the selected value from a select element in Toddle? Thank you in advance π