use value of the optiona when the content is empty (#4035)
This commit is contained in:
@@ -1380,6 +1380,7 @@ function getSelectOptions(element) {
|
||||
selectOptions.push({
|
||||
optionIndex: option.index,
|
||||
text: removeMultipleSpaces(option.textContent),
|
||||
value: removeMultipleSpaces(option.value),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user