Skip to content

Commit

Permalink
Merge branch 'master' into feature/fixLazyLoadingOnAutocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
andra-sava committed Dec 17, 2024
2 parents 70a7048 + daf886e commit 9746891
Show file tree
Hide file tree
Showing 22 changed files with 2,767 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export * from './dataDisplay/ExpandingText'
export { default as Autocomplete } from './inputs/Autocomplete'
export * from './inputs/Autocomplete'

export { default as DeprecatedAutocomplete } from './inputs/DeprecatedAutocomplete'
export * from './inputs/DeprecatedAutocomplete'

export { default as DynamicField } from './inputs/DynamicField'
export * from './inputs/DynamicField'

Expand Down
Loading

0 comments on commit 9746891

Please sign in to comment.