Fix: I-485 Current Spouse Last Name Field
Fixed a validation error that blocked form submission when a spouse's last name exceeded 9 characters. The currentspouse_lastname field now correctly accepts names up to the full allowed length.

Fixed a validation error that blocked form submission when a spouse's last name exceeded 9 characters. The currentspouse_lastname field now correctly accepts names up to the full allowed length.
What happened A user encountered an error when downloading a completed I-485: "I was trying to download my form when I received this error message: Attempted to set text with length=13 for TextField with maxLength=9 and name=principal_firstname" The eoir_number field in the underlying PDF spec…
What happened A user encountered an error when downloading a completed I-485: "I was trying to download my form when I received this error message: Attempted to set text with length=13 for TextField with maxLength=9 and name=principal_firstname" The principal_firstname field in the underlying PDF spec…
Fixed bugs on Form I-485 Two issues affecting the A-Number section of the I-485 form have been resolved: Both fields now validate correctly. If you were unable to submit the I-485 form before today, please try again.
Fixed 2 issues on form N-400 Users with no children under 18 can now enter 0 and submit the form without filling in any child fields. Previously, all child row 1 fields were unconditionally required, blocking valid submissions. File: children-info-map.js — added hasChildren() guard on…