Skip to content

Commit

Permalink
Added AutoComplete UI component.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Apr 30, 2024
1 parent e3a5c7d commit b752b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/ui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions views/designer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ui-component name="LAZY prompt" config="cancel:@(Cancel);submit:@(OK)"></ui-component>
<ui-component name="LAZY menu" config="style:2"></ui-component>
<ui-component name="LAZY approve" config="cancel:@(Cancel)"></ui-component>
<ui-component name="LAZY autocomplete"></ui-component>
<ui-component name="LAZY message" config="style:2"></ui-component>
<ui-component name="LAZY notify" config="position:bottom right"></ui-component>
<ui-component name="LAZY notifybar"></ui-component>
Expand Down
1 change: 1 addition & 0 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<ui-component name="LAZY menu" config="style:2"></ui-component>
<ui-component name="LAZY approve" config="cancel:@(Cancel)"></ui-component>
<ui-component name="LAZY autocomplete"></ui-component>
<ui-component name="LAZY message" config="style:2"></ui-component>
<ui-component name="LAZY notify" config="position:bottom right"></ui-component>
<ui-component name="LAZY spotlight"></ui-component>
Expand Down

0 comments on commit b752b83

Please sign in to comment.