feat: Add new ComboBox component (#10267)

This commit is contained in:
Sivin Varghese
2024-10-15 13:03:06 -07:00
committed by GitHub
parent f13644245e
commit 7be1ecaf96
3 changed files with 198 additions and 0 deletions
@@ -3,6 +3,11 @@
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
},
"COMBOBOX": {
"PLACEHOLDER": "Select an option...",
"EMPTY_STATE": "No results found.",
"SEARCH_PLACEHOLDER": "Search..."
},
"DIALOG": {
"BUTTONS": {
"CANCEL": "Cancel",