-
The .numberValue property (and .text for that matter) are giving me a value with the decimal in the wrong place (different from how it looks in my TextField).
Code used:
``` dart
var moneyC…
-
```
add Masked Input component
```
Original issue reported on code.google.com by `pablosbo...@gmail.com` on 16 Dec 2010 at 5:23
-
I'm new to NativeScript and I'm starting with Vue, how do I use it with NativeScript-Vue?
I tested like this, but got no result
```
```
-
Could you please add possibility to set input element for input field and fixedLabel property. In my case I need to do masked input and fix floating label to avoid overflow label and placeholder.
``
-
**DESCRIPTION**
When we receive an SMS notification on iOS and click on the copy button to copy the OTP, the same is pasted into the OTP input fields with the exception that the entire string is plac…
-
We have FrontCard that contains number and expiration date, BackCard that contains CVC. CardView is used to contain front and back sides for flipping transition.
We leverage `STPPaymentCardTextFiel…
-
The code below blocks input on Samsung phones:
final mmTextController = MoneyMaskedTextController(
decimalSeparator: DecimalSeparator,
thousandSeparator: ThousandSeparator,
precision…
-
I have a listener into a `MaskedTextController` where I update the mask based on the number of characters.
Something like this:
```
if (_phoneNumberController.text.length == 15) {
_phoneNumb…
-
I wonder if anyone has had this problem.
I have a list of MaskedTextController, however as it is in the middle of the page it throws the focus to it, if I use a TextEditingController this same prob…
-
Hi,
In my case it is not possible to have something like "12.00 LEI" - it does not accept the 0/zeros
This seems to happen due to `onChangeText` that looks just simple like this (setting the "Pret…