If I put in my address in 2 lines and it required 3, it makes it 3 automatically If I put my dates in the non US format and it required US format, it "corrects" it automatically
Something designed to be light weight enough that even the most basic sites can run them inside
Do you think this is something companies would pay for? Or making this a subscription based browser extension?
It reminds me of an experience I had at work. I wrote some tests for a feature that would store some values in a database. However, my tests would always fail. Retrieved data would never match the input data. I eventually decided to trace exactly what was happening in the database and found a stored procedure ran whenever I entered data. It "fixed" my input data. When I told another dev about this they said their "database expert" said it was "good design".
Absolute insanity. Never, ever, "correct" deliberate input. Validate it and tell the user what is wrong. 1) This raises awareness 2) The desired behavior is easier to test.