Compare commits
2 Commits
65a85d330c
...
f0063f3f83
| Author | SHA1 | Date | |
|---|---|---|---|
| f0063f3f83 | |||
| 20f0d52f12 |
@@ -162,7 +162,7 @@ render_forms = function(
|
||||
choices = choices,
|
||||
selected = NULL,
|
||||
options = list(
|
||||
create = FALSE,
|
||||
create = TRUE,
|
||||
onInitialize = I('function() { this.setValue(""); }')
|
||||
)
|
||||
)
|
||||
@@ -177,7 +177,7 @@ render_forms = function(
|
||||
selected = NULL,
|
||||
multiple = TRUE,
|
||||
options = list(
|
||||
create = FALSE,
|
||||
create = TRUE,
|
||||
onInitialize = I('function() { this.setValue(""); }')
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user