Skip to content

Commit 0212b9f

Browse files
authored
docs: remove no longer relevant overlay class name (#4792)
1 parent 1e37cb3 commit 0212b9f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

articles/components/select/index.adoc

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,6 @@ include::{root}/frontend/demo/component/select/react/select-overlay-width.tsx[re
173173
endif::[]
174174
--
175175

176-
=== Overlay Class Name
177-
178-
Like other field components with overlays, Select provides dedicated API to set a CSS class name on the overlay for styling. See <<{articles}/styling/styling-components/styling-component-instances#,Styling Component Instances>> for more information.
179-
180-
[.example]
181-
--
182-
[source,java]
183-
----
184-
<source-info group="Flow"></source-info>
185-
Select<String> select = new Select<>();
186-
select.setOverlayClassName("locales");
187-
----
188-
[source,tsx]
189-
----
190-
<source-info group="React"></source-info>
191-
<Select overlayClass="locales" />
192-
----
193-
[source,html]
194-
----
195-
<source-info group="Lit"></source-info>
196-
<vaadin-select overlay-class="locales"></vaadin-select>
197-
----
198-
--
199176

200177

201178
// Basic Features

0 commit comments

Comments
 (0)