I am facing an issue. I am using angular dropdown directive for custom select box. here is the git repo for dropdown.
When ever i change the dropdown's value from any event , it replace the value for next selected value.
steps to reproduce
- clickme : it will set option3 in DDL
- now change it option2
- again open the DDL , now it have replaced the option3 to option2
Thanks.