10 return parent::attribs() + [
'list' => $this->listId];
15 if(!is_array($options = $this->_widget->options)) $options = array_column(
16 $this->_widget->provider->search([],[],$this->_widget->params,0,$this->_widget->batchSize),
19 $content .= $this->html->datalist($options,
null,$this->listId);
21 return parent::container($content,
$display);
25 if($this->_listId ===
null) $this->_listId = $this->_widget->options && ($this->_widget->display >= \Rsi\Fred\Controller\Widget::DISPLAY_WRITEABLE) ?
'list-' . $this->_id :
false;