Good morning, how do I prevent the user from inspecting the html element and modifying it? For example:
I return a value for the screen and feed it into an input called itemSerial, so the user can use the quantity field to enter an amount that he wants to request that has to be <
I know I can handle this directly in the bank, but is there any way I can handle this on-screen?
Without having to block the browser console.