Ana içeriğe geç

Amount Input

Numeric input for currency and amounts with automatic formatting.

Basic Usage

<Input name='amount' type='amount' placeholder='0.00' value={amount} onChangeText={setAmount} />

With Currency Symbol

<Input name='price' type='amount' label='Price' placeholder='$0.00' />

Props

  • type: 'amount'
  • Numeric keyboard
  • Decimal support
  • Auto-formatting