diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2017-02-28 09:05:40 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-28 09:05:40 +0200 |
commit | aea1a69139d7a6542748b3c425d75883842b02b2 (patch) | |
tree | fca0919acc67efeb6e4d2a00f09285bdf49e7ce8 /documentation/components | |
parent | a48551028b5cee88151cdc1ef6faa457c14061f4 (diff) | |
download | vaadin-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.asciidoc | 3 |
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%] |