aavanzyl / ngx-tiny

Implementation of Light Weight Angular Components for Production Applications
https://aavanzyl.github.io/ngx-tiny
MIT License
7 stars 3 forks source link

Calender comes in numerical format what to do? #2

Closed roshanaale9818 closed 4 years ago

roshanaale9818 commented 4 years ago

Screenshot_4 I tried everything on my own.

roshanaale9818 commented 4 years ago

how can make this to normal calender"?

roshanaale9818 commented 4 years ago

Screenshot_5 it fires something like this whenever i click on input field

aavanzyl commented 4 years ago

Hi @roshanaale9818

Would you be able to provide me the following:

  1. Your app.module.ts
  2. The directive along with the tag related to the directive. It should look something like this:
    <input formControlName="singleDate"  [ngxDatePicker]="dateInstanceOne">
    <ngx-date-picker #dateInstanceOne [options]="singleDatePickerOptions">
    </ngx-date-picker>

I will need to debug this a bit from my side and see if I can recreate the issue, any input you can provide like an example app that this happens on would help me a lot in finding and fixing the issue

aavanzyl commented 4 years ago

Closing this issue due to not being able to reproduce