From d949eba9571a1979b154ea7bc3b21996ad8c8c9b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 21 Aug 2020 06:35:39 -0400 Subject: [PATCH] Add missing part docs --- src/components/select/select.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/select/select.tsx b/src/components/select/select.tsx index 3ff380e85..5da962333 100644 --- a/src/components/select/select.tsx +++ b/src/components/select/select.tsx @@ -12,9 +12,12 @@ let id = 0; * @slot help-text - Help text that describes how to use the select. * * @part base - The component's base wrapper. + * @part form-control - The form control that wraps the label and the input. * @part help-text - The select help text. * @part icon - The select icon. * @part input - The select input. + * @part label - The input label. + * @part menu - The select menu, a element. * @part tag - The multiselect option, a element. * @part tags - The container in which multiselect options are rendered. */