Skip to content

Commit

Permalink
feat(searchable-select): add component (VIV-1793) (#1882)
Browse files Browse the repository at this point in the history
* Add searchable-select component

* Update screenshot

* Update screenshots

* Fix helper text color

* Fix helper text spacing

* Remove subtle-light appearance

* Fix label spacing

* Disable autocomplete for <input>

* Refactor empty-message template

---------

Co-authored-by: James Taylor <146064280+TaylorJ76@users.noreply.github.com>
  • Loading branch information
RichardHelm and TaylorJ76 authored Sep 26, 2024
1 parent 4b990c2 commit c352df7
Show file tree
Hide file tree
Showing 34 changed files with 4,235 additions and 26 deletions.
5 changes: 5 additions & 0 deletions apps/docs/content/_data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
"title": "Option",
"markdown": "./libs/components/src/lib/option/README.md"
},
{
"title": "Searchable Select",
"status": "alpha",
"markdown": "./libs/components/src/lib/searchable-select/README.md"
},
{
"title": "Switch",
"markdown": "./libs/components/src/lib/switch/README.md"
Expand Down
1 change: 1 addition & 0 deletions libs/components/src/lib/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export * from './progress/definition';
export * from './radio-group/definition';
export * from './radio/definition';
export * from './range-slider/definition';
export * from './searchable-select/definition';
export * from './select/definition';
export * from './selectable-box/definition';
export * from './side-drawer/definition';
Expand Down
Loading

0 comments on commit c352df7

Please sign in to comment.