mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Fix status dropdown rendering
This commit is contained in:
parent
4fc37e12a0
commit
9b0f215187
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ var StatusColumnHelper = (function() {
|
|||
selectAppearance: 'simple',
|
||||
closeOnSelect: true,
|
||||
emptyOptionAjax: true,
|
||||
labelHTML: true,
|
||||
onChange: () => {
|
||||
var values = dropdownSelector.getValues('#' + select);
|
||||
$hiddenField.val(values);
|
||||
|
|
Loading…
Reference in a new issue