We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16888fe commit da3fa43Copy full SHA for da3fa43
1 file changed
Ajax/semantic/html/base/HtmlSemDoubleElement.php
@@ -194,6 +194,7 @@ public function addList($items,$ordered=false){
194
public function asToast($params=NULL){
195
$this->_toast=new Toast();
196
$this->_toast->attach('#'.$this->_identifier);
197
+ $this->setProperty('style','display:none;');
198
if(isset($params)){
199
$this->_toast->setParams($params);
200
}
0 commit comments