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 'YYYY-MM-DD'(
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date)
- you set the validators correct. You need to pass in the validator
function e.g. Validators.required(
https://angular.io/guide/form-validation#built-in-validators)



On Wed, Jun 6, 2018 at 1:55 PM Ruphine Kengne <ruphineken...@gmail.com>
wrote:

> 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
> <https://pastebin.com/GL44fR7R>
>
> I am very grateful for your help.
>
> Thanks.
>
> On 6 June 2018 at 09:29, Mark van Veen <mark.vanv...@kuelap.io> wrote:
>
> > 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 <ruphineken...@gmail.com>
> > wrote:
> >
> > > 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 display at all.
> > >
> > > Here is the link to the different commits with the errors:
> > >
> > >
> > >
> https://github.com/kengneruphine/group-fineract-cn-fims-web-app/commit/
> > 27469cd29ae36e2c4f8f73447a5ccf5fed280e1e
> > >
> > >
> > >
> > >
> https://github.com/kengneruphine/group-fineract-cn-fims-web-app/commit/
> > cdc052444462b1b486a1a1374c848ef1468cc77c
> > >
> > >
> > > Please can someone help me out ?
> > >
> > >
> > > Thanks.
> > >
> > > Ruphine Kengne.
> > >
> >
>

Reply via email to