Open KubeljK opened 4 years ago
In some cases empty string would be a desirable prettify_separator. If empty string (data-prettify-separator="") is passed it gets ignored.
data-prettify-separator=""
Working example: https://jsfiddle.net/KubeljK/g9j8zv3n/. See the default space after thousands.
Is this behaviour expected?
Hi, if you don't want to prettify it - just use prettify_enabled: false In any other cases it should be some symbol inside. Look at this demo: http://ionden.com/a/plugins/ion.rangeSlider/demo.html#a_prettify
prettify_enabled: false
In some cases empty string would be a desirable prettify_separator. If empty string (
data-prettify-separator=""
) is passed it gets ignored.Working example: https://jsfiddle.net/KubeljK/g9j8zv3n/. See the default space after thousands.
Is this behaviour expected?