When no school is selected or when a school that isn't listed in the autocomplete component is submitted, it sets this.eligibility.highSchool to undefined. This fixes PR a TypeError that appears when trying to access upchieveId of undefined
Developer self-review checklist
[x] Potentially confusing code has been explained with comments
[x] No warnings or errors have been introduced; all known error cases have been handled
[x] Any appropriate documentation (within the code, README.md, docs, etc) has been updated
Description
autocomplete
component is submitted, it setsthis.eligibility.highSchool
toundefined
. This fixes PR a TypeError that appears when trying to accessupchieveId
ofundefined
Developer self-review checklist