Tuesday, October 31, 2023
1 change · master
Resolved issues and error corrections
Users can now save a record immediately after correcting an invalid field, without needing to click away first. The domain editor debug input also correctly marks changes right away, preventing edits from being missed when saving views.
Original PR description
First commit adds the possibility to manually reset the validity of a record's field. This is put to use in the input field hook where it allows users to directly save the record after having corrected the value of an invalid input field without needing to focus out of it to trigger the onChange. Second commit fixes an issue linked to the domain selector debug input which wouldn't set the view as dirty when used in the domain field until the user would focus away from it, preventing the user to directly save the view after editing it. task-3333060