Dan East

Results 2 comments of Dan East

We added this internal callback function: ```tsx const internalFormatTooltip = React.useCallback((value: number) => { if (formatTooltip) return formatTooltip(value); const actualStep = Math.abs(step ?? 1); if (Number.isInteger(actualStep)) return value.toFixed(0); const stepString...

Can this branch be merged, please? With these props, min={-100} max={100} strict, I can't enter a negative number by typing: "-50".