mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-30 11:45:48 +00:00
Revert "make all browsers act the same way on our site w/ jasquat"
This reverts commit 023f8282b4b2df7d334b24d1b16fa8d400265680.
This commit is contained in:
parent
023f8282b4
commit
7c4b7b71b7
@ -56,17 +56,6 @@ function SelectWidget({
|
||||
errorMessageForField = rawErrors[0];
|
||||
}
|
||||
|
||||
// ok. so in safari, the select widget showed the first option, whereas in chrome it forced you to select an option.
|
||||
// this change causes chrome to also show the first option. now all browsers are consistent on our site. you no longer have to select anything.
|
||||
// setting the value prop causes it to show the first option.
|
||||
// calling onChange actually gets it set in the form data.
|
||||
if (value === undefined) {
|
||||
if (enumOptions) {
|
||||
value = enumOptions[0].value;
|
||||
onChange(value);
|
||||
}
|
||||
}
|
||||
|
||||
// maybe use placeholder somehow. it was previously jammed into the helperText field,
|
||||
// but allowing ui:help to grab that spot seems much more appropriate.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user