feat: add transparent background option for form fields
This commit is contained in:
@@ -81,6 +81,7 @@ export interface FormField {
|
||||
multiline?: boolean;
|
||||
borderColor?: string;
|
||||
hideBorder?: boolean;
|
||||
transparentBackground?: boolean;
|
||||
barcodeFormat?: string;
|
||||
barcodeValue?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user