You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/demo/src/locales/en/ui.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,32 @@
375
375
"label": "Country",
376
376
"multiSelectPlaceholder": "Select countries",
377
377
"placeholder": "Select a country",
378
+
"propertiesDescription": {
379
+
"autoSortOptions": "By default, options are sorted alphabetically by label. If set to false, the order of options is preserved.",
380
+
"autoSelectSingleOption": "If true, in case of single option it automatically gets selected.",
381
+
"className": "Additional CSS classes for styling.",
382
+
"disabled": "Disables the select component.",
383
+
"disableGroupSelect": "Remove checkbox on group label for selecting all group options.",
384
+
"errorMessage": "Displays an error message below the component.",
385
+
"enableTooltip": "When enableTooltip is true, select component renders the <Tooltip> component for the selected value.",
386
+
"hasError": "If true, error in component.",
387
+
"helperText": "Displays a helper text below the component.",
388
+
"hideIfSingleOption": "If there is only one option, and multiple is false, the Select component will not render the dropdown at all when set to true.",
389
+
"label": "Label of the component.",
390
+
"labelKey": "The key in option object to use as the display label.",
391
+
"multiple": "If true, multiple selection is enabled.",
392
+
"name": "Name of the component.",
393
+
"options": "Options to pass in the select component.",
394
+
"placeholder": "Placeholder in the component.",
395
+
"selectAllLabel": "Label for select all option.",
396
+
"showRemoveSelection": "If true, icon to remove selected options is visible.",
397
+
"tooltipOptions": "Options to customize the tooltip’s behavior(example: position, offset).",
398
+
"value": "Selected values of the component.",
399
+
"valueKey": "The key in option object to use as value.",
400
+
"renderOption": "Function to be called to render custom select options.",
401
+
"renderValue": "Function to be called to render custom select value.",
402
+
"onChange": "Function to be called when value changes."
0 commit comments