Commit 30bd196
Fix employment history crash and school combobox fill
- _parse_date: guard against IndexError when date string is empty
(triggered when date_to == "present" is passed as "" to _parse_date)
- _select_combobox_option: when combobox root is a div/button (is_input=False),
look for a revealed inner <input> search field after clicking and type into it
so school/university dropdowns that require typing to filter are handled
- Native SELECT partial match: make bidirectional so "University of British
Columbia" option matches value "The University of British Columbia"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0abc313 commit 30bd196
2 files changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
686 | 689 | | |
687 | | - | |
| 690 | + | |
688 | 691 | | |
689 | 692 | | |
690 | 693 | | |
| |||
1951 | 1954 | | |
1952 | 1955 | | |
1953 | 1956 | | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
1954 | 1974 | | |
1955 | 1975 | | |
1956 | 1976 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
0 commit comments