Using auto-fill function in Edge browser 129.0.2792.52+ triggers search of all reference fields in Service Portal catalog formDescriptionStarting from Edge browser 129.0.2792.52+, when a user fills the personal information with the auto-fill function on the service catalog form in the Service Portal, it triggers a search of all reference fields in the form. Some customers report it leads to frozen of the form and they have to reload the form to proceed.Steps to Reproduce 1. Enable auto-fill function on Edge browser 129.0.2792.52+2. Open a service catalog with multiple reference fields in service portal3. Select one of the fields and fill the personal information by auto fillExpected behavior:Only fields that related to personal information are populatedActual behavior:Fields related to personal information are populated, but all the reference fields on the form were in focus and triggered the searches of the fieldsWorkaround1. Open the portal theme record, with respective portal is being used2. Create new JS include3. From reference field of JS include, create new record4. In display name, mention respective file names based on the release (example for Xanadu : override-spFormField-xanadu , override-spReferenceElement-xanadu )5. Source as UI script6. Click on reference field of UI script and click on New record7. Create a new record in sys_ui_script, mention API name same as filename8. UI types as Mobile/service portal9. Copy the content from the following files and paste them to sys_ui_script Vancouveroverride-spFormField-vancouver.txtoverride-spReferenceElement-vancouver.txtWashington DCoverride-spFormField-washington.txtoverride-spReferenceElement-washington.txtXanaduoverride-spFormField-xanadu.txtoverride-spReferenceElement-xanadu.txt10. Repeat from step 2 for overriding spReferenceElement as well11. Make sure we have two js incudes in the theme record (override-spFormField-xanadu and override-spReferenceElement-xanadu)Related Problem: PRB1809948