Docs
API
  • inputHeight

    Number

    Field input height.
    It influence only on fields with input element inside.

    Example

    
    ...
    subTBar: [{
      type: 'number',
      inputHeight: 35
    },{
    ...
    

    Default

    
    29