Javascript – Automatic submit after type the last digit – C#/Blazor
I have a field to input 6 numbers, here's what it looks like: And I'd like to have the form submitted as soon as the 6th number has been added but I don't know how to use JS and everything…