01-12-2018, 06:54 AM
I first found the bug when I was using the input class in my own code. I was using a form input type "number". When I read the value with Input::get('field'), the zero's at the end of the variable were gone. When I tested in a standard form in the system, like Cron Manager, it was the same with ordinary text field. The error is the same both in Inline Edit and in New Forms. When I remove the "trim" part of the Sanitize Function in the class, it works fine.