aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components
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-02-28 09:05:40 +0200
commitaea1a69139d7a6542748b3c425d75883842b02b2 (patch)
treefca0919acc67efeb6e4d2a00f09285bdf49e7ce8 /documentation/components
parenta48551028b5cee88151cdc1ef6faa457c14061f4 (diff)
downloadvaadin-framework-aea1a69139d7a6542748b3c425d75883842b02b2.tar.gz
vaadin-framework-aea1a69139d7a6542748b3c425d75883842b02b2.zip
Remove mention of removed API (#8701)
Deprecated setColumns was removed in fd3617b
Diffstat (limited to 'documentation/components')
-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%]