9
Views
1
Comments
How to create an order and schedule for products and services
Application Type
Reactive

I have a variable "PrductorServiceOrder".

I Need to get in this variable a product or service selected, a price and a schedule.

How can i do it using dropdowns?




WhatsApp Image 2023-09-17 at 10.13.26.jpeg
WhatsApp Image 2023-09-17 at 10.13.42.jpeg
WhatsApp Image 2023-09-17 at 10.13.07.jpeg
Champion

Hi

Using dropdown when you select any value from dropdown it will trigger the dropdownonChange method and in this you will get the selected item id. Now in dropdownonChange method you can do whatever you want according to your logic. Like using Id you can get the further details or can assign it another local variable etc.

regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.