Hi all, i have been trying to create a new Date component that would help to enter dates using 3 select components. It would be something like this: <select id="month"..../><select id="day"..../><select id="year"..../>
However i don't know how to accomplish this. I have seen that i can do it creating a ProcessSubmissionAction on my component that would take the values of the select components but i want to be sure that there isn't a cleaner way to do it. Thanks