evbrew

Results 8 comments of evbrew

ok, i figured out a little more, the tooltip is now showing up in the N placement but about 80pixels too high above my element. Not sure if that is...

Was this ever enabled for FancyGrid?

I can understand the stability issue - i was wondering if it could be allowed for another use case? Disable row drag re-ordering and simply support the option to drag...

sorry, better syntax would be "codemap.md": [ "E:\User\Projects\VSCode\mapper_md.js", { "pattern": "^(\s*)### (.*)", "clear": "##", "prefix": " -", "icon": "level3" }, ], or "codemap.md": [ { "mapperPath": "E:\User\Projects\VSCode\mapper_md.js" }, { "pattern":...

I ended up re-implementing my Generic Mapper rules in the Dedicated file. You were correct, it wasn't that hard - however, i would suggest adding a few more examples for...

This is what i came up with as a fix: $(MyDateFieldSelectors).flatpickr( {allowInput:true, altInput:true, altFormat:'m/d/Y', dateFormat: "Y-m-d", onReady: function(selectedDates, dateStr, instance) { //fp custom fix for input blur not trigging value...