@jsonforms/material-renderers 3.2.1 → 3.3.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,7 +112,7 @@ const MaterialArrayLayoutComponent = (props: ArrayLayoutProps) => {
112
112
  );
113
113
  })
114
114
  ) : (
115
- <p>No data</p>
115
+ <p>{translations.noDataMessage}</p>
116
116
  )}
117
117
  </div>
118
118
  </div>
@@ -113,7 +113,6 @@ export const MuiAutocomplete = (
113
113
  setInputValue(newInputValue);
114
114
  }}
115
115
  autoHighlight
116
- autoSelect
117
116
  autoComplete
118
117
  fullWidth
119
118
  options={options}