Home > OS >  2 dropdown select option iterating through same array but should not be able to select same selected
2 dropdown select option iterating through same array but should not be able to select same selected

Time:09-27

Currently I am trying to build 2 dropdown select option component that only shows columns, but the point is that it should not display the already selected value in other dropdown select option. So each value can only be selected once. So how can I fix that in the code.

Edit 2-dropdown-select-option-iterating-through-same-array-but-should-not-be-able-to

  • Related