feat(frontend): add warning to SO line calcs (#11296)

This commit is contained in:
Matthias Mair
2026-02-12 13:05:12 +11:00
committed by GitHub
parent ee10bbb766
commit 9fbc7ac40c
5 changed files with 71 additions and 15 deletions
+2
View File
@@ -111,6 +111,8 @@ export type ApiFormFieldType = {
read_only?: boolean;
placeholder?: string;
placeholderAutofill?: boolean;
placeholderWarningCompare?: string | number;
placeholderWarning?: string;
description?: string;
preFieldContent?: JSX.Element;
postFieldContent?: JSX.Element;