Topic: Format date change after loss focus
Hello,
I don't understand i loss automatically my format date when the field loss the focus. I would like always this format dd/mm/yyyy
When FOCUS

When LOSS FOCUS

Leo
pro premium answered 7 months ago
Hello,
Thanks i have other problem. When my form is initialize no init and display the value when the window loaded.
My Value display when with my mouse click on the input and focus.

Grzegorz Bujański staff commented 7 months ago
Hi. This bug has already been reported to us. We'll fix it.
Leo pro premium commented 7 months ago
Thanks Grzegorz. Have you idea of the delay ?
Grzegorz Bujański staff commented 7 months ago
Unfortunately, at the moment we are not able to say when a new version with a fixed bug will come out.
Leo pro premium commented 7 months ago
I temporarily found a solution !
I have forcing focus after the value is not empty :$("#date_supplier_order").focus();And on the end of my code add :setTimeout(function(){ $("input[type=date]").blur(); }, 500);
Open
- User: Pro
- Premium support: Yes
- Technology: jQuery
- MDB Version: 4.16.0
- Device: Mac
- Browser: Chrome
- OS: Catalina
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 9 months ago
Hi. This has been fixed in the latest version of MDB.