Commit f0f0845
committed
undo select change
When working on #4227
I noticed that the code set readOnly for selects, but selects don't have
a readOnly property. I changed the code to disable them instead.
Since I'm not fully convinced that this does not negatively affect
form submissions in some circumstances, I'm reverting that change for now.
(disabled form elements are not part of a form payload)1 parent 5665ea2 commit f0f0845
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1958 | 1958 | | |
1959 | 1959 | | |
1960 | 1960 | | |
1961 | | - | |
1962 | | - | |
1963 | | - | |
1964 | 1961 | | |
1965 | 1962 | | |
1966 | 1963 | | |
1967 | 1964 | | |
1968 | | - | |
1969 | 1965 | | |
1970 | 1966 | | |
1971 | 1967 | | |
| |||
1979 | 1975 | | |
1980 | 1976 | | |
1981 | 1977 | | |
1982 | | - | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | 1978 | | |
1987 | 1979 | | |
1988 | 1980 | | |
1989 | | - | |
1990 | 1981 | | |
1991 | 1982 | | |
1992 | 1983 | | |
| |||
0 commit comments