feat: rebuild types, component api

This commit is contained in:
Eric Liu 2021-09-06 09:52:00 -07:00
commit e39efc5668
5 changed files with 52 additions and 25 deletions

View file

@ -7,9 +7,14 @@
{ id: "1", text: "Email" },
{ id: "2", text: "Fax" },
];
let ref: ComboBox;
$: ref?.clear();
</script>
<ComboBox
bind:this="{ref}"
direction="top"
titleText="Contact"
placeholder="Select contact method"