Topic: Datepicker options size. Not optional on mobile
Uffe Carlsson pro asked 6 years ago
Hi i need to resize datepicker and cant get any values from css..
And also not displaying correctly..
The Month are displaying behind the previus and next buttons.. Dont look OK!! And the month to change are at left not in the middle..
How do i send you a picture to see this ?
Here is my code..
<div class="card-body special-color-dark white-text">
<form [formGroup]="bookingForm" (ngSubmit)=sendRequestForBooking()>
<divclass="md-form form-sm white-text">
<iclass="fa fa-calendar prefix"></i>
<mdb-date-pickername="mydate" [options]="myDatePickerOptions"formControlName="date"data-error="*Datum saknas" [placeholder]="'*Välj datum'"required></mdb-date-picker>
</div>
<divclass="md-form form-sm white-text">
<iclass="fa fa-user prefix"></i>
<inputmdbInputDirectivetype="text"id="formName"formControlName="name"data-error="*Namn saknas"data-success=" "class="form-control special-color-dark white-text"
required>
<labelfor="formName">Namn *</label>
</div>
</div>
</div>
Hope to here from you soon !
Regards Ulf Carlsson
Add comment
Arkadiusz Idzikowski staff answered 6 years ago
Dear Ulf Carlsson,
I tried to recreate this problem using your code but with no success. Please upload image (for example on imgur.com) and paste link here.
Best,
Arek
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags