summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuille <alvarezguille@users.noreply.github.com>2017-02-28 09:05:40 +0200
committerHenri Sara <henri.sara@gmail.com>2017-03-07 15:43:00 +0200
commit610f752bec1b56dde224761fa71ef6a8a30b0c41 (patch)
tree66c961accfaafb9ace548fec413ce997b25466fb
parentd21ba11c01410a6e37fbf33988ba8b1ce8b9b76a (diff)
downloadvaadin-framework-610f752bec1b56dde224761fa71ef6a8a30b0c41.tar.gz
vaadin-framework-610f752bec1b56dde224761fa71ef6a8a30b0c41.zip
Remove mention of removed API (#8701)
Deprecated setColumns was removed in fd3617b
-rw-r--r--documentation/components/components-nativeselect.asciidoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/components/components-nativeselect.asciidoc b/documentation/components/components-nativeselect.asciidoc
index 116f175af5..52dae0ec18 100644
--- a/documentation/components/components-nativeselect.asciidoc
+++ b/documentation/components/components-nativeselect.asciidoc
@@ -26,9 +26,6 @@ NativeSelect<String> select =
select.setItems("Mercury", "Venus", ...);
----
-The [methodname]#setColumns()# allows setting the width of the list as
-"columns", which is a measure that depends on the browser.
-
[[figure.components.nativeselect.basic]]
.The [classname]#NativeSelect# Component
image::img/nativeselect-basic.png[width=20%, scaledwidth=35%]