How can I implement a multiline Text editor using Slate?

I use SMultiLineEditableText right now but the scrollbar is not working.

They are not show, even if I put my own VScrollbar, i traced the code and the problem seam related that they are not in a SMultiLineEditableText child, they exists but not draw since they are not really linked to the main widgets…