Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmo91 committed Oct 9, 2024
1 parent 3f6b46e commit 6a69d3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions demo/src/features/sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ class SheetDemoExample extends $LitElement() {
render() {
return html`
<schmancy-surface type="surface" rounded="all">
<schmancy-grid gap="md" flow="col">
<schmancy-input id="name" label="Name" .value=${'John Doe'}></schmancy-input>
<schmancy-input id="name" label="Name" .value=${'John Doe'}></schmancy-input>
<schmancy-input id="name" label="Name" .value=${'John Doe'}></schmancy-input>
<schmancy-input id="name" label="Name" .value=${'John Doe'}></schmancy-input>
<schmancy-input id="name" label="Name" .value=${'John Doe'}></schmancy-input>
</schmancy-grid>
<demo-list class="p-4"></demo-list>
</schmancy-surface>
`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhmo91/schmancy",
"version": "0.0.266",
"version": "0.0.267",
"description": "UI library build with web components",
"main": "./dist/index.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export default class SchmancyAutocomplete extends $LitElement(style) {
<div class="relative">
<slot name="trigger">
<schmancy-input
autocomplete=${'off'}
class="w-full"
${ref(this.inputRef)}
.required=${this.required}
Expand Down

0 comments on commit 6a69d3c

Please sign in to comment.