dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
16 lines (15 loc) • 427 B
JavaScript
import s from "../combobox/comboboxBase.js";
const e = class e extends s {
constructor() {
super(), this.selectable = "false", this.search = !0, this.noAnimation = !0, this.searchOnValueSet = "false", this.searchMode = "none", this.textComplete = !1;
}
render() {
return this.renderCombobox();
}
};
e.tagName = "dap-ds-search";
let t = e;
export {
t as default
};
//# sourceMappingURL=search.component.js.map