feat: Add new ComboBox component (#10267)

This commit is contained in:
Sivin Varghese
2024-10-16 01:33:06 +05:30
committed by GitHub
parent f13644245e
commit 7be1ecaf96
3 changed files with 198 additions and 0 deletions

View File

@@ -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",