5.1.0
Added delimiterLazyShow
You can set the delimiter to be shown only after the user starts typing the first character in the next character group. By default, the delimiter is shown immediately when the last character in the current group is typed.
new CustomStringBlockFormatter.Builder()
.blocks(1,2)
.delimiters("-")
.delimiterLazyShow()
.build();