add ellipsis to multiselect add new button to signify additional user input is required

This commit is contained in:
Sidney Alcantara
2021-10-15 15:28:34 +11:00
parent cd9798c636
commit faa82262b5
5 changed files with 8 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@rowy/form-builder": "^0.3.1",
"@rowy/multiselect": "^0.2.1",
"@rowy/multiselect": "^0.2.3",
"@tinymce/tinymce-react": "^3.12.6",
"algoliasearch": "^4.8.6",
"ansi-to-react": "^6.1.5",

View File

@@ -36,7 +36,7 @@ export default function Step2RequiredFields({
}
TextFieldProps={{ autoFocus: true }}
freeText
AddButtonProps={{ children: "Add other field" }}
AddButtonProps={{ children: "Add other field" }}
AddDialogProps={{
title: "Add other field",
textFieldLabel: "Field key",

View File

@@ -73,9 +73,7 @@ export const tableSettings = (
</Link>
</>
),
AddButtonProps: {
children: "Add collection",
},
AddButtonProps: { children: "Add collection…" },
AddDialogProps: {
title: "Add collection",
textFieldLabel: (

View File

@@ -282,7 +282,7 @@ export default function Step1Columns({
displayEmpty
labelPlural="columns"
freeText
AddButtonProps={{ children: "Add new column" }}
AddButtonProps={{ children: "Add new column" }}
AddDialogProps={{
title: "Add new column",
textFieldLabel: "Column name",

View File

@@ -2679,10 +2679,10 @@
use-debounce "^3.4.3"
yup "^0.32.9"
"@rowy/multiselect@^0.2.1":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@rowy/multiselect/-/multiselect-0.2.2.tgz#5dc0d139c1c70624b2bc3a3da4b390b4d7c9afd8"
integrity sha512-gpFCPyC6c3KrfnyyF9oMPuR4l7N8Fsfh2WpHJb00e83zmYxzHXSK/xaU3L2Itg89kCfsFlJwXcHc/T1+ipTRzA==
"@rowy/multiselect@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@rowy/multiselect/-/multiselect-0.2.3.tgz#caf5ee769a6c3ce5a4124120d38820caf1f411a1"
integrity sha512-FiESN3VE2Rz++y6cZXzkA4RJmRZ0r3/1Hy6oAfJtroJ/H/r0xjJYGA5qwpmQKNI08W0KCfkBC7JM0OtRiD3GVA==
"@sindresorhus/is@^0.14.0":
version "0.14.0"