how can select empty the selected data and display the original placeholder??
here is my code:
how can select empty the selected data and display the original placeholder??
here is my code:
form.city='----'
this.form.city='';
this.form.city=null;