Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions articles/components/select/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,29 +173,6 @@ include::{root}/frontend/demo/component/select/react/select-overlay-width.tsx[re
endif::[]
--

=== Overlay Class Name

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.

[.example]
--
[source,java]
----
<source-info group="Flow"></source-info>
Select<String> select = new Select<>();
select.setOverlayClassName("locales");
----
[source,tsx]
----
<source-info group="React"></source-info>
<Select overlayClass="locales" />
----
[source,html]
----
<source-info group="Lit"></source-info>
<vaadin-select overlay-class="locales"></vaadin-select>
----
--


// Basic Features
Expand Down
Loading