Skip to content

Commit c5d6ca8

Browse files
committed
Use TextArea in AutoComplete instead of TextInput
1 parent 1be4e2c commit c5d6ca8

File tree

229 files changed

+14610
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+14610
-27
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ packages/*/*.tsbuildinfo
1616
/packages/material-icons/temp
1717
!/packages/documentation/types
1818

19+
# Include the built files that we want to customize so that we can install from Github
20+
!/packages/autocomplete/es
21+
!/packages/form/es
22+
!/packages/autocomplete/types
23+
!/packages/form/types
24+
1925
# Documentation ignores since .gitignore in child directories isn't picked up by
2026
# ag
2127
/packages/documentation/.next

0 commit comments

Comments
 (0)