Skip to content

Commit 09c8f46

Browse files
committed
Update HtmlFormDropdown.php
1 parent c627f69 commit 09c8f46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ajax/semantic/html/collections/form/HtmlFormDropdown.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ public function asSelect($name = NULL, $multiple = false, $selection = true) {
3636
$this->getField()->asSelect($name, $multiple, $selection);
3737
return $this;
3838
}
39+
40+
public function setClearable($value) {
41+
return $this->getField()->setClearable($value);
42+
}
3943

4044
/**
4145
*

0 commit comments

Comments
 (0)