dropdown_items: this.dropdown_size || this.size || 5,
validate: L.bind(this.validate, this, section_id),
datatype: L.hasSystemFeature('firewall4')
- ? ( this.multiple ? 'list(uciname)' : 'uciname' )
- : this.multiple ? 'list(and(uciname,maxlength(11)))' : 'and(uciname,maxlength(11))',
+ ? ( this.multiple ? 'list(or(uciname,"*"))' : 'or(uciname,"*")' )
+ : this.multiple ? 'list(or(and(uciname,maxlength(11)),"*"))' : 'or(and(uciname,maxlength(11)),"*")',
create: !this.nocreate,
create_markup: '' +
'<li data-value="{{value}}">' +