Any one can help, how to get index of selected value in drop down ?
i'm developing app using firebase so i have 1 dropdown and there is value and few other parameters and when i choose any one value that is associated with other collection ref , so i want to get index of dropdown value which i choose so i can get the whole model data of selected value.
Thanks