If your range is not divisible by the step, then the enforceStep option can allow selection of values outside of the range.
options: Options = {
floor: 0,
ceil: 97,
step: 10,
enforceStep: true
};
In that example it is possible select 100 for the high value, either using the arrow keys or with the mouse.