Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/form/IntegerInput"

Index

Variables

Const IntegerInput

IntegerInput: ForwardRefExoticComponent<InputNumberProps & RefAttributes<ForwardRefExoticComponent<InputNumberProps & RefAttributes<unknown>>>> = forwardRef((props: InputNumberProps, ref: Ref<typeof InputNumber>) => {return (<InputNumber min={JAVA_INTEGER_MIN_VALUE}max={JAVA_INTEGER_MAX_VALUE}precision={0}className='inputnumber-field'ref={ref}{...props}/>);})

Const JAVA_INTEGER_MAX_VALUE

JAVA_INTEGER_MAX_VALUE: 2147483647 = 2147483647

Const JAVA_INTEGER_MIN_VALUE

JAVA_INTEGER_MIN_VALUE: -2147483648 = -2_147_483_648

Generated using TypeDoc