MeetzhDing

Results 20 comments of MeetzhDing

> Thanks! Could you add a test case for this? done.

min/max labels work normal after this changing, could you check it again? Or give me a specific example ? @Ovilia

@Ovilia @pissang how to judge whether it is `nice tick`? Or is this any plan yet?

@Ovilia showMinLine type is ` boolean | 'auto'` now ```ts // null/undefined (true) | true | false | 'auto' (true when nick tick only) showMinLine?: boolean | 'auto', // null/undefined...

[[HTML5BackendImpl.ts#L108-L108](https://github.com/react-dnd/react-dnd/blob/8e6f62e612c0b0a376ac4a86cd371588dfcd2a70/packages/backend-html5/src/HTML5BackendImpl.ts#L108)](https://github.com/react-dnd/react-dnd/blob/8e6f62e612c0b0a376ac4a86cd371588dfcd2a70/packages/backend-html5/src/HTML5BackendImpl.ts#L101-L112) maybe this rootElement can be replace by ReactRef? I cant use custom rootElement when my component is not mounted. @darthtrevino

min/max labels work normal after this changing, could you check it again? Or give me a specific example ? @Ovilia