MarkdaleMGMT / frontend-app

Frontend App build using react js
2 stars 50 forks source link

fx form toggle currencies #164

Closed RiskingTime closed 4 years ago

RiskingTime commented 4 years ago

currently, if a currency is listed on one side of the fx form, it will not allow the user to display the same currency on the other side of the form. this makes it tough for a user to toggle between buy and sell (i.e. to easily change the sell currency to buy and visa versa).

we need to add functionality that allows for users to use the drop down to choose the same currency on the buy or sell side and have the form automatically change the currency on the other side to match. (still prevent a user from having the same currency on each side, but the form should be smart enough to adjust if so)