default html attributes of the input can not provide correct behaviour of the input
e. g.
in the input for startWith toolbox should be only decimal numbers (without dots and commas)
Solution
Added sanitize attribute to the renderToolboxInput(), which normalizes input.value on every input via sanitize method
Problem
default html attributes of the input can not provide correct behaviour of the input e. g. in the input for
startWith
toolbox should be only decimal numbers (without dots and commas)Solution
Added
sanitize
attribute to therenderToolboxInput()
, which normalizesinput.value
on every input via sanitize method