mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Modify faker package * Add data-cy * Add Selectors * Add texts and labels * Add faker objects * Add spec file * Add methods and new utis file * Minor fix * Minor typo fix
9 lines
322 B
JavaScript
9 lines
322 B
JavaScript
export const multiselectText = {
|
|
multiselect: "Multiselect",
|
|
defaultWidgetName: "Multiselect1",
|
|
labelAllItemsSelected: "All items are selected.",
|
|
noEventsMessage: "This multiselect doesn't have any event handlers",
|
|
dropdwonOptionSelectAll: "Select All",
|
|
|
|
enableSelectAllOptions: "Enable select All option",
|
|
};
|