Open JoshMBBI opened 8 months ago
There does not seem to be a way to disable text wrapping when using the FakeCurrencyInput. Multiline={false} and numberOfLines={1} both have no impact.
<FakeCurrencyInput value={amount} onChangeValue={e => handleAmountChange(e)} prefix="$" delimiter="," precision={2} separator="." minValue={0} maxValue={null} style={{fontsize: 45}} multiline={false} numberOfLines={1} />
There does not seem to be a way to disable text wrapping when using the FakeCurrencyInput. Multiline={false} and numberOfLines={1} both have no impact.
<FakeCurrencyInput value={amount} onChangeValue={e => handleAmountChange(e)} prefix="$" delimiter="," precision={2} separator="." minValue={0} maxValue={null} style={{fontsize: 45}} multiline={false} numberOfLines={1} />