ToolJet/cypress-tests/cypress/constants/texts/multiselect.js
Midhun Kumar E 5317466cc5
Marketplace 1.5 automation fix for Appbuilder (#8257)
* Fix labels of component properties

* Fix labels of component properties (table)

* Fix inspector urlparms creation

* Revert button spec changes

* Fix table regression
2023-12-07 17:56:00 +05:30

9 lines
291 B
JavaScript

export const multiselectText = {
multiselect: "Multiselect",
defaultWidgetName: "Multiselect1",
labelAllItemsSelected: "All items are selected.",
noEventsMessage: "No event handlers",
dropdwonOptionSelectAll: "Select All",
enableSelectAllOptions: "Enable select all option",
};