UNPKG

@vaadin/combo-box

Version:

Web Component for displaying a list of items with filtering

17 lines (15 loc) 349 B
/** * @license * Copyright (c) 2015 - 2025 Vaadin Ltd. * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ */ /* * Placeholder object class representing items being loaded. * * @private */ export const ComboBoxPlaceholder = class ComboBoxPlaceholder { toString() { return ''; } };