Documentation
¶
Overview ¶
Package livevalidation exercises opt-in feedback using the same business rules as authoritative saves, through ordinary and plugin-owned field editors.
Index ¶
- func CheckSKU(siblings operation.View, value operation.Value[string]) ([]operation.Issue, error)
- func Collection() core.Collection
- func Config() core.Config
- func Confirmation(name string) field.CheckboxField
- func Global() core.Global
- func PackSizes(name string) field.NumberListField
- func SKU(name string) field.TextField
- func SupplierCodes(name string) field.TextListField
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Collection ¶
func Collection() core.Collection
func Confirmation ¶
func Confirmation(name string) field.CheckboxField
func PackSizes ¶
func PackSizes(name string) field.NumberListField
PackSizes demonstrates typed numbers and a sibling-dependent server rule.
func SupplierCodes ¶
func SupplierCodes(name string) field.TextListField
SupplierCodes reuses one business rule for an entire ordered primitive list. Positional messages describe the current snapshot; no primitive item has an ID.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.