Date picker not working


Topic: Date picker not working

anandbohra pro asked 4 years ago

Did you guys really checked your product??? looking at the the list of error posted by users it seems it was treated novicely for date picker so many options are given but none of them are working HOW TO GET REFUND SINCE THE MOMENT I STARTED USING IT I AM GETTING NONE OF COMPONENTS FOUND WORKING A FREE PRODUCT LIKE BELOW ARE WORKING FANTASTIC THEN THIS PAID PRODUCT https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/getting-started/introduction/

anandbohra pro commented 4 years ago

I got the solution, its for others who faced the same error add following CSS .picker__header select { display: inline-block !important; }

nettemple pro commented 3 years ago

I agree - the general UX is terrible... there should be very clear simple (step-by-step) instructions on how to implement the JS and components... I have to hunt down the answers every time...

nettemple pro commented 3 years ago

Can someone assist with the FROM / TO date pickers... I pasted the HTML and JS into my page exactly as instructed - shows up but no functionality... "From - to" Date Pickers (date range) Thanks in advance - d

Mikołaj Smoleński staff answered 3 years ago

Hi there, We are doing our best while testing components and creating documentation. If You have any problems we are always answering Your questions on support. Do You have the latest version of MDB? Nettemple if You want to disable date range You'll need to use the following code:
$('.datepicker').pickadate({
  disable: [
    { from: [2018,2,14], to: [2019,2,27] }
  ]
})
I have tested it and it's working correct.
Regards

Please insert min. 20 characters.
Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: No
  • Technology: jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No