Caleb Hardin
Caleb Hardin
I'm having the same issue but @mariovalney's answer isn't working. Still getting the `Sortable is not a constructor` error. Any thoughts? ``` window.Sortable = require('sortablejs').Sortable; import 'jquery-sortablejs'; ``` jquery sortable:...
I see. In order to fully support shadow dom the element would need to be inserted there. Perhaps the package can be modified so that a date picker is inserted...
You could also attach it to an input, visually hide the input and use the api to always keep the picker open.
@mihkeleidast It sounds like this hasn't been solved and there's no workaround in regards to markdown files. Is that correct? We're looking to link many of our components back to...
@mihkeleidast I'm a bit new to Fractal so I could be misunderstanding, but that would only work for components, right? Can I use that in markdown for the notes section?
That page should probably be updated to note that the same configuration can be made in the Notes. As is, it appears that you can only do so in the...
@brianblakely is the `input` you're referring to a reference to the HTML input? If so, that seems to break the polyfill.
@brianblakely It appears to be working now. I was using jQuery to accomplish the same thing and I believe it was causing the issue. Using the exact fix you gave...