2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-15 07:48:51 +00:00

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

This commit is contained in:
Matthias Mair
2026-02-12 03:05:12 +01:00
committed by GitHub
parent ee10bbb766
commit 9fbc7ac40c
5 changed files with 71 additions and 15 deletions

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;