From ab27bcd823a3a3d26a9ece20b8a6feae4c2c9a3c Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 20 Feb 2024 09:56:07 -0700 Subject: [PATCH] Et2TreeDropdown: Document slots --- api/js/etemplate/Et2Tree/Et2TreeDropdown.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/js/etemplate/Et2Tree/Et2TreeDropdown.ts b/api/js/etemplate/Et2Tree/Et2TreeDropdown.ts index 48ec24637f..e296b83cc0 100644 --- a/api/js/etemplate/Et2Tree/Et2TreeDropdown.ts +++ b/api/js/etemplate/Et2Tree/Et2TreeDropdown.ts @@ -20,6 +20,9 @@ import {Et2Tag} from "../Et2Select/Tag/Et2Tag"; * @dependency et2-tag * * @slot label - The input's label. Alternatively, you can use the `label` attribute. + * @slot prefix - Used to prepend a presentational icon or similar element to the combobox. + * @slot suffix - Used to append a presentational icon or similar element to the input. + * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close. * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute. * * @event change - Emitted when the control's value changes.