normalized fields setting tooltip texts
This commit is contained in:
@@ -78,7 +78,7 @@ export function settings(props) {
|
||||
t.small({ className: "txt-hint" }, "(!='')"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -71,7 +71,7 @@ export function settings(props) {
|
||||
t.span({ className: "txt" }, "Required"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -96,7 +96,7 @@ export function settings(props) {
|
||||
t.small({ className: "txt-hint" }, "(!='')"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -349,7 +349,7 @@ export function settings(props) {
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip(() =>
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}`
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}.`
|
||||
),
|
||||
}),
|
||||
),
|
||||
|
||||
@@ -123,7 +123,7 @@ export function settings(props) {
|
||||
t.span({ className: "txt" }, "Required"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value NOT to be null, '', [], {}"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value NOT to be null, '', [], {}."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -156,7 +156,7 @@ export function settings(props) {
|
||||
t.small({ className: "txt-hint" }, "(!='')"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -196,7 +196,7 @@ export function settings(props) {
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip(() =>
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}`
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}.`
|
||||
),
|
||||
}),
|
||||
),
|
||||
|
||||
@@ -174,7 +174,7 @@ export function settings(props) {
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip(() =>
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}`
|
||||
`Requires the field value to be nonempty ${props.field.maxSelect > 1 ? "array" : "string"}.`
|
||||
),
|
||||
}),
|
||||
),
|
||||
|
||||
@@ -152,7 +152,7 @@ export function settings(props) {
|
||||
t.small({ className: "txt-hint" }, "(!='')"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -96,7 +96,7 @@ export function settings(props) {
|
||||
t.small({ className: "txt-hint" }, "(!='')"),
|
||||
t.i({
|
||||
className: "ri-information-line link-hint",
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string"),
|
||||
ariaDescription: app.attrs.tooltip("Requires the field value to be nonempty string."),
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user