[DE] Remove required option for dropdown list
This commit is contained in:
parent
34fafd5c1a
commit
294f3661f1
|
@ -917,7 +917,7 @@ define([
|
|||
var value = (checkboxOnly || radioboxOnly);
|
||||
this.PlaceholderSettings.toggleClass('hidden', value);
|
||||
this.CheckOnlySettings.toggleClass('hidden', !value);
|
||||
this.RequiredSettings.toggleClass('hidden', imageOnly);
|
||||
this.RequiredSettings.toggleClass('hidden', imageOnly || listOnly && (type == Asc.c_oAscContentControlSpecificType.DropDownList));
|
||||
},
|
||||
|
||||
onSelectItem: function(listView, itemView, record) {
|
||||
|
|
Loading…
Reference in a new issue