If I now enter for example 10 into the input field, I get the error, that the value should be only 100. Has this something to do with "it does not check or cast the input to a numeric value so any non-numeric value will be considered to be zero. Use the PHP function is_numeric to check that first."