Forum: open-discussion


RE: textfield: error in the documentation [ Reply ] By: j colomb on 2011-02-08 17:38 | [forum:3981] |
the example for vector is also not working, the data type has to be given, otherwise it returns text c("3","5",...) instead of c(3,5,...) |
textfield: error in the documentation [ Reply ] By: j colomb on 2011-02-08 17:35 | [forum:3980] |
There is an error in the documentation: to get numbers in the field, type : data-type="numeric" and not "numbers" as written. |