Discussions
Dynamic Dropdown
I have a page with two dropdowns. I want the second to populate depending on the option selected in the first. Using the PlotMyCourse code as an example, lets say you have a dropdown to select your organization, and when you select it, the ...
Component Delay
I made a table for county data. The two columns of importance are the id and name. In my controller in the index function I pass a CountryDto to the page: countries: CountryDto.fromArray(await Country.all())In the page, I list it in my propsconst...
Showing 1 to 2 of 2 results