Hi @ikrama ,
It’s because your customer[tags] is two times in code and since input is text type it will always override the previous selection.
To achieve it you should use radio button for which form will take only one value.
Replace your drop-down code with radio button and write your conditional code on their change event.
Rest will be same…
Hope it help…