pvh-archifact
pvh-archifact
You can check for evt.to.classList.contains('header') and do return false maybe?
did you try this In the onmove event: `evt.related.classList.contains('header'){ return false;}` I made an example.... https://jsbin.com/nomicuy/edit?html,css,js,output
I can add to this that for calculating vars you need to add an unit type to a value: :root{ --ts-pr-caret: 0; } This wil **not** work: calc(--ts-pr-caret + 8px);...
Not the best solution but a workaround, try to use the strategy: 'fixed' in the popper settings this.popper = Popper.createPopper(this.control, this.dropdown,{ strategy: "fixed" });
For adding placeholder text to the 'search' input in the dropdown_input plugin you need to add the option to the plugin itself. It's not a bug but simply not an...
I changed some things on your example, [try it out here](https://jsfiddle.net/USRFobiwan/19t5ae6o/)
This can be easy resolved using the tooltip formatter: `tooltip: { y: { formatter: function(value, { series, seriesIndex, dataPointIndex, w }) { if(value){ return value } } } }`
Can you show your example by forking this codepen? [https://codepen.io/PlippiePlop/pen/zYJMYYE?editors=0010](test)
Change 'Y' to 'X'
I do not know why you see undefined, if i test it, it either displays 0 or null not 'undefined'