acburst on gh-pages
Patreon Jan (compare)
acburst on gh-pages
Patreon december (compare)
I'm currently using latest versions of jquery and materializecss, I noticed that using textareaAutoResize like this M.textareaAutoResize($("#textarea_id")) autoresizing will not working properly, using it like this instead M.textareaAutoResize($("#textarea_id")[0]) makes everythink work fine. Can you give me a feedback?
@doughballs Hi Sean!
@ndawebs I'd need to see the page in action, ut what you can do is simply targe the page that needs to show the select, and overide the css:
.search { select { display: block !important; } }
var datePicker = document.querySelectorAll('.datepicker');`
var instances = M.Datepicker.init(datePicker, { minDate: new Date('2020-08-15')});
@computerwiz12890
td.is-today button.datepicker-day-button {
border: 2px solid #26a69a;
color: #26a69a;
}
Hi everyone,
I got some warning message in Chrome like: " [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive."
I guess there some features required this event listener. So is there anything I can do about it?
Also , I saw this on Github: material-components/material-components-web#4747 Looks like it's been fixed?
Just would like to know how to fix it and thanks
onClose: function() {
// do something
// do something else
}