Naazim
Naazim
The issue still exists. The following sandbox works in [email protected], and breaks for any version above this: (Currently works, please bump the version from the left menu to see this...
Also I see that there's a forked fix that works. Any specific reason this fix is not merged? (We cannot use forked packages because of company security policies unfortunately) https://github.com/final-form/final-form-arrays/issues/64#issuecomment-841849808
Also possible to get the tooltip done without rc-tooltip, only using CSS: ``` .rc-slider-handle:before { content: attr(aria-valuenow) ' %'; // to display current value of slider /* style your tooltip...
Same issue here also. Had to fix with CSS. Here is the fix: ``` $rc-slider-handle-size: 16px; // Size of your handle ball .wc-slider__tooltip { margin: 0 $rc-slider-handle-size/2; width: auto; }...