Skip to content

Commit 739fcf8

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

File tree

488 files changed

+37312
-36
lines changed

Some content is hidden

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

488 files changed

+37312
-36
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ 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/autocomplete/lib
22+
!/packages/autocomplete/types
23+
!/packages/form/es
24+
!/packages/form/lib
25+
!/packages/form/types
26+
!/packages/form/dist
27+
1928
# Documentation ignores since .gitignore in child directories isn't picked up by
2029
# ag
2130
/packages/documentation/.next

0 commit comments

Comments
 (0)