The issue is likely from the name attribute being a number (232323) instead of a string, and this can cause problems with how browsers and password managers interpret form inputs. Browsers typically expect name attributes to be strings.
Also, use the appropriate autocomplete attributes such as autocomplete="username" or autocomplete="password", etc. this helps browsers autofill behavior