Open santoshconflux opened 6 years ago
GitMate.io thinks the contributor most likely able to help you is @mbj36.
@mbj36 As I understood there are 3 issues.
Hi, @yashasvi13 looking at the issue, I believe we cannot remove the street field yet because the server-side is checking for it as you mentioned, Also Street field is mandatory. So It could be removed after the back-end implementation has been done.
I am not sure whether the dropdowns should be pre-filled, I don't really think that is necessary since the fields aren't mandatory.
About the country dropdown missing, I believe we should add that :+1:
The Edit button issue is when you edit the address. Just changing the label to submit should be fine.
Hi @mbj36 @gkrishnan724 It seems that the standard way of making a field visible/hiding it in front-end is implemented on server-side, like this endpoint https://demo.openmf.org/fineract-provider/api/v1/fieldconfiguration/ADDRESS . So will this be taken from the server side as well?