Topic: Datepicker inline div content
pcbermudez pro asked 6 years ago
Goodnight.
I am developing a project with the pro version, and I can not find the way to make an inline datepicker (Content inside a div).
In jquery it is very easy:
<input type = "text" id = "text" />
<div id = "mydiv"> </ div>
<script>
$ ('# mydiv'). datepicker ();
$ ('# text'). change (function () {
$ ('# mydiv'). datepicker ('setDate', $ (this) .val ());
});
$ ('# mydiv'). change (function () {
$ ('# text'). attr ('value', $ (this) .val ());
});
</ script>
Is there any way to do this with MDB?
Can you help me ?
Att.
Paulo Cesar Bermudez
Add comment
Jakub Strebeyko staff answered 6 years ago
Hi there Paulo,
Welcome to the Support Board! As of now, the Datepicker lacks this functionality. We might implement it in the future, but as of now, no promises made.
With Best Regards,
Kuba
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 jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags