normalized fields setting tooltip texts

This commit is contained in:
Gani Georgiev
2026-06-08 09:57:50 +03:00
parent 77639f94ce
commit 72df31e22d
16 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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."),
}),
),
),
+1 -1
View File
@@ -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."),
}),
),
),
+1 -1
View File
@@ -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."),
}),
),
),
+1 -1
View File
@@ -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"}.`
),
}),
),
+1 -1
View File
@@ -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, '', [], {}."),
}),
),
),
+1 -1
View File
@@ -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."),
}),
),
),
+1 -1
View File
@@ -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"}.`
),
}),
),
+1 -1
View File
@@ -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"}.`
),
}),
),
+1 -1
View File
@@ -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."),
}),
),
),
+1 -1
View File
@@ -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."),
}),
),
),