CustomInputConstraints: {
    lowerBound?: number;
    maxDecimalPlaces?: number;
    upperBound?: number;
}