Posts by Fellipe Esser • 1 point
2 posts
-
0
votes2
answers160
viewsA: Hide element when selected by another Select
For those reading here is the solution I found. It was not exactly as I wanted initially but it worked very well for what I wanted. <div class="row"> <div class="col-md-6"> <label>…
-
0
votes2
answers160
viewsQ: Hide element when selected by another Select
I have two Select’s that have the same list of people. When I select "Maria" from select A this option should be hidden from select B, since we cannot select the same person from both selects.…