Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Mark van Veen
Hi Ruphine, Referring to the last code you shared, make sure: - you have closeDate added as a property to your form - you are passing in the right date format for the date field. HTML5 date input is using '-MM-DD'( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date) - you se

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Ruphine Kengne
Hi Mark, Thanks very much for your reply. It was very helpful. I have fixed that issue you highlighted. On my dev tools, I have this new error: https://pastebin.com/GL44fR7R I am very grateful for your help. Thanks. On 6 June 2018 at 09:29, Mark van Veen wrote:

Re: Error displaying UI in Fineract-CN-fims-web-app

2018-06-06 Thread Mark van Veen
Hi Ruphine, if you open up the dev tools you should see some errors like: ERROR TypeError: this.form.get is not a function. It looks like you are passing in a form instance into the text-input component which does not exists. On Mon, Jun 4, 2018 at 9:25 PM Ruphine Kengne wrote: > Hello everyon

Error displaying UI in Fineract-CN-fims-web-app

2018-06-04 Thread Ruphine Kengne
Hello everyone, I have an error with my UI displays in fineract-cn-fims-web-app. The input field display without the placeholder while I included the placeholder in the source code and the dropdown for the select option does not even display at all. In some cases, some input fields don’t even di